Click or drag to resize
PFSFileGetTarget Method (String, Int32)
Return a reference to the n'th instance of a specific target name of a parameter file.

Namespace: DHI.PFS
Assembly: DHI.PFS (in DHI.PFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
public PFSSection GetTarget(
	string targetName,
	int targetNumber
)

Parameters

targetName
Type: SystemString
Name of target to get
targetNumber
Type: SystemInt32
Number of target with that name, 1-based index

Return Value

Type: PFSSection
See Also