PFSFileGetTarget Method (Int32) |
Return a reference to the n'th target of a parameter file.
Namespace: DHI.PFSAssembly: DHI.PFS (in DHI.PFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax public PFSSection GetTarget(
int targetNumber
)
Public Function GetTarget (
targetNumber As Integer
) As PFSSection
public:
PFSSection^ GetTarget(
int targetNumber
)
member GetTarget :
targetNumber : int -> PFSSection
Parameters
- targetNumber
- Type: SystemInt32
Number of target to get, 1-based index
Return Value
Type:
PFSSectionSee Also