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: 19.0.0.0 (11.1.1.1111)
Syntaxpublic void DeleteSection(
string sectName,
int sectionNumber
)
Public Sub DeleteSection (
sectName As String,
sectionNumber As Integer
)
public:
void DeleteSection(
String^ sectName,
int sectionNumber
)
member DeleteSection :
sectName : string *
sectionNumber : int -> unit
Parameters
- sectName
- Type: SystemString
Name of section to delete - sectionNumber
- Type: SystemInt32
Number of section with that name to delete, 1 based
See Also