PFSFileGetSectionFromHandle Method |
Try to find the given section based on the sectionPath.
Namespace:
DHI.PFS
Assembly:
DHI.PFS (in DHI.PFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic PFSSection GetSectionFromHandle(
string sectionPath
)
Public Function GetSectionFromHandle (
sectionPath As String
) As PFSSection
public:
PFSSection^ GetSectionFromHandle(
String^ sectionPath
)
member GetSectionFromHandle :
sectionPath : string -> PFSSection
Parameters
- sectionPath
- Type: SystemString
the position of the section specified relative from the nPfs node
Return Value
Type:
PFSSectionNull if not found
Remarks
The section path is specified in the form section1/section2/section3. A section
name can be ".." which means the parent section to the current section.
The section can include a sequence number in the form "name:no" - no gives
the sequence number of section with the specified name. This is only relevant
if more than one section at the same level have the same name.
See Also