RemoveVertex method (ActiveX)

Removes a vertex in the section line.

Supported platforms: Windows only

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