PFSSectionGetSection Method (Int32) |
Get the section at the specified position.
To get the first section, use
Namespace:
DHI.PFS
Assembly:
DHI.PFS (in DHI.PFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic PFSSection GetSection(
int sectionNumber
)
Public Function GetSection (
sectionNumber As Integer
) As PFSSection
public:
PFSSection^ GetSection(
int sectionNumber
)
member GetSection :
sectionNumber : int -> PFSSection
Parameters
- sectionNumber
- Type: SystemInt32
Number of section. 1-based.
Return Value
Type:
PFSSection
See Also