Click or drag to resize

PFSSectionGetSection Method (Int32)

Get the section at the specified position.

To get the first section, use

section.GetSection(1);

Namespace:  DHI.PFS
Assembly:  DHI.PFS (in DHI.PFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public PFSSection GetSection(
	int sectionNumber
)

Parameters

sectionNumber
Type: SystemInt32
Number of section. 1-based.

Return Value

Type: PFSSection
See Also