PFSFileGetTarget Method (Int32, Boolean) |
Return a reference to the n'th target of a parameter file, null if not existing.
Namespace:
DHI.PFS
Assembly:
DHI.PFS (in DHI.PFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic PFSSection GetTarget(
int targetNumber,
bool mandatory
)
Public Function GetTarget (
targetNumber As Integer,
mandatory As Boolean
) As PFSSection
public:
PFSSection^ GetTarget(
int targetNumber,
bool mandatory
)
member GetTarget :
targetNumber : int *
mandatory : bool -> PFSSection
Parameters
- targetNumber
- Type: SystemInt32
Number of target to get, 1-based index - mandatory
- Type: SystemBoolean
Set to true if the section must be present
Return Value
Type:
PFSSection
See Also