PFSTargetGetSection Method (String, Int32, Boolean) |
Get the number NodeNo section with the name NodeName.
Namespace:
DHI.PFS
Assembly:
DHI.PFS (in DHI.PFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic PFSSection GetSection(
string nodeName,
int nodeNo,
bool mandatory
)
Public Function GetSection (
nodeName As String,
nodeNo As Integer,
mandatory As Boolean
) As PFSSection
public:
PFSSection^ GetSection(
String^ nodeName,
int nodeNo,
bool mandatory
)
member GetSection :
nodeName : string *
nodeNo : int *
mandatory : bool -> PFSSection
Parameters
- nodeName
- Type: SystemString
Name of node. - nodeNo
- Type: SystemInt32
Number of node to get. - mandatory
- Type: SystemBoolean
Set to true if the section must be present
Return Value
Type:
PFSSection
See Also