Click or drag to resize

PFSTargetListInsertNewSection Method

insert a new section with specified name into this TargetList object

Namespace:  DHI.PFS
Assembly:  DHI.PFS (in DHI.PFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public PFSSection InsertNewSection(
	string sectName,
	int numNo1
)

Parameters

sectName
Type: SystemString
numNo1
Type: SystemInt32
Number of new section, 1-based index

Return Value

Type: PFSSection
See Also