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.PFSAssembly: 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; }
<ObsoleteAttribute("In future versions this will return a PFSNode, which can be either a section or a keyword")>
Public ReadOnly Default Property Item (
sectionIndex As Integer
) As PFSSection
Get
public:
[ObsoleteAttribute(L"In future versions this will return a PFSNode, which can be either a section or a keyword")]
property PFSSection^ default[int sectionIndex] {
PFSSection^ get (int sectionIndex);
}
[<ObsoleteAttribute("In future versions this will return a PFSNode, which can be either a section or a keyword")>]
member Item : PFSSection with get
Parameters
- sectionIndex
- Type: SystemInt32
Index of section to get. 0-based
Property Value
Type:
PFSSectionSee Also