Click or drag to resize
PFSSectionGetSection Method (String, Int32)
Get the n'ths section instance with the specified name

To get the first section of a certain name, use

section.GetSection("sectionName", 1);

Namespace: DHI.PFS
Assembly: DHI.PFS (in DHI.PFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
public PFSSection GetSection(
	string sectionName,
	int sectionNumber
)

Parameters

sectionName
Type: SystemString
Name of section to get
sectionNumber
Type: SystemInt32
Number of section with that name to get. 1-based

Return Value

Type: PFSSection
See Also