Removes a vertex in the section line.
Supported platforms: AutoCAD for Windows only; not supported in AutoCAD LT for Windows
Signature
VBA:
object.RemoveVertex nIndex
- object
-
Type: Section
The object this method applies to.
- nIndex
-
Access: Input-only
Type: Long
The index of the vertex to be removed.
Return Value (RetVal)
No return value.
Remarks
No additional remarks.
Examples
VBA:
Not available
Visual LISP:
Not available