PFSFileItem Property (Int32) |
Return a reference to the n'th target of a parameter file.
Short version of GetTarget(Int32)
with
Namespace: DHI.PFSAssembly: DHI.PFS (in DHI.PFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax public PFSSection this[
int targetIndex
] { get; }
Public ReadOnly Default Property Item (
targetIndex As Integer
) As PFSSection
Get
public:
property PFSSection^ default[int targetIndex] {
PFSSection^ get (int targetIndex);
}
member Item : PFSSection with get
Parameters
- targetIndex
- Type: SystemInt32
Number of target to get, 0-based index
Property Value
Type:
PFSSectionSee Also