PFSTarget.Item Property (Int32) |
Namespace:
DHI.PFS
Assembly:
DHI.PFS (in DHI.PFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic PFSSection this[
int nodeIndex
] { get; }
Public ReadOnly Default Property Item (
nodeIndex As Integer
) As PFSSection
Get
public:
property PFSSection^ default[int nodeIndex] {
PFSSection^ get (int nodeIndex);
}
member Item : PFSSection with get
Parameters
- nodeIndex
- Type: System.Int32
Property Value
Type:
PFSSection
See Also