Click or drag to resize

PFSSectionInsertNewSection Method

Insert a new section with specified name into this section 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 position
)

Parameters

sectName
Type: SystemString
Name of new section
position
Type: SystemInt32
Position of new section, 1-based index

Return Value

Type: PFSSection
The newly created section
See Also