PFSTargetListdeleteSection Method (Int32) |
delete a section from this section object by section index
Namespace:
DHI.PFS
Assembly:
DHI.PFS (in DHI.PFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic void deleteSection(
int numNo1
)
Public Sub deleteSection (
numNo1 As Integer
)
public:
void deleteSection(
int numNo1
)
member deleteSection :
numNo1 : int -> unit
Parameters
- numNo1
- Type: SystemInt32
one based index
See Also