PFSTarget Properties |
The PFSTarget type exposes the following members.
Name | Description | |
---|---|---|
![]() | ItemInt32 |
Get index nodeIndex sub-section of this PFSSection.
Short of GetSection(Int32) as GetSection(nodeIndex+1) |
![]() | ItemString |
Get the first section with name NodeName
Short of GetSection(String, Int32) as GetSection(nodeName, 1) |
![]() | ItemString, Int32 |
Get the index nodeIndex section with name NodeName
Short of GetSection(String, Int32) as GetSection(nodeName, nodeIndex+1) |
![]() | Name |
The the name of this target.
|