Click or drag to resize

PFSSectionItem Property (String, Int32)

Get the n'th section with the specified name

Short of GetSection(String, Int32, Boolean) as

GetSection(sectionName, sectionNameIndex+1, false);

Namespace:  DHI.PFS
Assembly:  DHI.PFS (in DHI.PFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public PFSSection this[
	string sectionName,
	int sectionNameIndex
] { get; }

Parameters

sectionName
Type: SystemString
Name of section to get
sectionNameIndex
Type: SystemInt32
Index of section with name to get. 0-based

Return Value

Type: PFSSection
PFSSection, null if not found.
See Also