PFSFileItem Property |
Name | Description | |
---|---|---|
![]() | ItemInt32 |
Return a reference to the n'th target of a parameter file.
Short version of GetTarget(Int32) with GetTarget(targetIndex+1) |
![]() | ItemString |
Return a reference to the first instance of a specific target name of a parameter file.
Short version of GetTarget(String, Int32) with GetTarget(targetName,1) |
![]() | ItemString, 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) |