PFSSectionGetSection Method (Int32) |
Get the section at the specified position.
To get the first section, use
Namespace: DHI.PFSAssembly: DHI.PFS (in DHI.PFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax public 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:
PFSSectionSee Also