PFSBuilderAddTarget Method |
Add a new target (top-level section) to a parameter file object.
This function is always the first function to be called,
and the target definition must be terminated by a pfsEndSection.
A target is ended by calling EndSection
Restrictions: Possible previous targets must be have been properly
terminated by calls to pfsEndSection.
Namespace: DHI.PFSAssembly: DHI.PFS (in DHI.PFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax public void AddTarget(
string targetName
)
Public Sub AddTarget (
targetName As String
)
public:
virtual void AddTarget(
String^ targetName
) sealed
abstract AddTarget :
targetName : string -> unit
override AddTarget :
targetName : string -> unit
Parameters
- targetName
- Type: SystemString
Name of target to add
Implements
IPFSBuilderAddTarget(String)See Also