PFSSectionDeleteSection Method (Int32) |
Delete a section from this section object by section index
Namespace: DHI.PFSAssembly: DHI.PFS (in DHI.PFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax public void DeleteSection(
int sectionNumber
)
Public Sub DeleteSection (
sectionNumber As Integer
)
public:
void DeleteSection(
int sectionNumber
)
member DeleteSection :
sectionNumber : int -> unit
Parameters
- sectionNumber
- Type: SystemInt32
Number of section, 1-based
See Also