PFSFileItem Property (String, Int32) |
Return a reference to the n'th instance of a specific target name of a parameter file.
Short version of GetTarget(String, Int32)
with
GetTarget(targetName, targetIndex+1)
Namespace:
DHI.PFS
Assembly:
DHI.PFS (in DHI.PFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic PFSSection this[
string targetName,
int targetIndex
] { get; }
Public ReadOnly Default Property Item (
targetName As String,
targetIndex As Integer
) As PFSSection
Get
public:
property PFSSection^ default[String^ targetName, int targetIndex] {
PFSSection^ get (String^ targetName, int targetIndex);
}
member Item : PFSSection with get
Parameters
- targetName
- Type: SystemString
Name of target to get - targetIndex
- Type: SystemInt32
Index of target with that name, 0-based index
Property Value
Type:
PFSSection
See Also