All Cadcorp SIS API Methods

DeleteGeomPt Method

Description

Deletes a vertex from the geometry of the current open Item.

Syntax

Visual Basic
Public Function DeleteGeomPt( _
   ByVal nGeom As Long, _
   ByVal nPt As Long _
) As Integer

Parameters

nGeom
The index of the geometry component, starting at 0.
 
nPt
The index of the vertex, starting at 0.

Remarks

Available: GEO D OD OM SISpy

Group:

Example

sis.DeleteGeomPt (0, 0)

Deletes the first vertex of a single piece of geometry.