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: 19.0.0.0 (11.1.1.1111)
Syntaxpublic PFSSection InsertNewTarget(
string targetName,
int position
)
Public Function InsertNewTarget (
targetName As String,
position As Integer
) As PFSSection
public:
PFSSection^ InsertNewTarget(
String^ targetName,
int position
)
member InsertNewTarget :
targetName : string *
position : int -> PFSSection
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:
PFSSectionThe newly inserted target section.
See Also