Click or drag to resize

PFSTarget.Item Property (Int32)

Get index nodeIndex sub-section of this PFSSection.

Short of GetSection(Int32) as

GetSection(nodeIndex+1)

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

Parameters

nodeIndex
Type: System.Int32

Property Value

Type: PFSSection
See Also