Click or drag to resize
PFSFileInsertNewTarget Method
Insert a new target section with specified name into this pfs file at the specified position

Namespace: DHI.PFS
Assembly: DHI.PFS (in DHI.PFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
public PFSSection InsertNewTarget(
	string targetName,
	int position
)

Parameters

targetName
Type: SystemString
Name of target
position
Type: SystemInt32
Number to insert new target section at, i.e. the new target section will be positioned as target number, and existing target sections will be moved one position.

Return Value

Type: PFSSection
The newly inserted target section.
See Also