Click or drag to resize
PFSFileItem Property (Int32)
Return a reference to the n'th target of a parameter file.

Short version of GetTarget(Int32) with

GetTarget(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[
	int targetIndex
] { get; }

Parameters

targetIndex
Type: SystemInt32
Number of target to get, 0-based index

Property Value

Type: PFSSection
See Also