PFSTargetFindSection Method |
Find the first section with the given name.
Namespace:
DHI.PFS
Assembly:
DHI.PFS (in DHI.PFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic PFSSection FindSection(
string nodeName
)
Public Function FindSection (
nodeName As String
) As PFSSection
public:
PFSSection^ FindSection(
String^ nodeName
)
member FindSection :
nodeName : string -> PFSSection
Parameters
- nodeName
- Type: SystemString
Return Value
Type:
PFSSection
See Also