PFSTarget Class |
A PFSTarget differs from a PFSSection in that it can not have any keywords.
Namespace: DHI.PFS
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.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | FindSection |
Find the first section with the given name.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetSection(Int32) |
Get the number NodeNo section.
|
![]() | GetSection(String, Int32) |
Get the number NodeNo section with the name NodeName.
|
![]() | GetSection(String, Int32, Boolean) |
Get the number NodeNo section with the name NodeName.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |