PFSTargetGetSection Method (String, Int32) |
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
)
Public Function GetSection (
nodeName As String,
nodeNo As Integer
) As PFSSection
public:
PFSSection^ GetSection(
String^ nodeName,
int nodeNo
)
member GetSection :
nodeName : string *
nodeNo : int -> PFSSection
Parameters
- nodeName
- Type: SystemString
Name of node. - nodeNo
- Type: SystemInt32
Number of node to get.
Return Value
Type:
PFSSection
See Also