Click or drag to resize
PFSSectionDeleteSection Method (String, Int32)
Delete a section from this section object by section name and named index

Namespace: DHI.PFS
Assembly: DHI.PFS (in DHI.PFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
public void DeleteSection(
	string sectName,
	int sectionNumber
)

Parameters

sectName
Type: SystemString
Name of section to delete
sectionNumber
Type: SystemInt32
Number of section with that name to delete, 1 based
See Also