PFSSectionFindSection 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 sectionName
)
Public Function FindSection (
sectionName As String
) As PFSSection
public:
PFSSection^ FindSection(
String^ sectionName
)
member FindSection :
sectionName : string -> PFSSection
Parameters
- sectionName
- Type: SystemString
Name of section to find.
Return Value
Type:
PFSSectionA PFSSection, or null if not found.
See Also