Click or drag to resize
PFSSectionItem Property (Int32)

Note: This API is now obsolete.

Get the section at the specified index.

Short of GetSection(Int32), as in

GetSection(sectionIndex+1);

Namespace: DHI.PFS
Assembly: DHI.PFS (in DHI.PFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
[ObsoleteAttribute("In future versions this will return a PFSNode, which can be either a section or a keyword")]
public PFSSection this[
	int sectionIndex
] { get; }

Parameters

sectionIndex
Type: SystemInt32
Index of section to get. 0-based

Property Value

Type: PFSSection
See Also