Click or drag to resize
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: 16.0.0.0 (11.1.1.1111)
Syntax
public PFSSection this[
	string targetName,
	int targetIndex
] { 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