IAcadSectionRemoveVertex Method
|
Namespace: BricscadDb
Assembly: Interop.BricscadDb (in
Interop.BricscadDb.dll) Version: 21.0.0.0
Syntax
void RemoveVertex(
int nIndex
)
Sub RemoveVertex (
nIndex As Integer
)
void RemoveVertex(
[InAttribute] int nIndex
)
abstract RemoveVertex :
nIndex : int -> unit
Parameters
- nIndex
- Type: SystemInt32
See Also