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 MM ME MD OD OM SISpy

Group:

Example

sis.DeleteGeomPt (0, 0)

Deletes the first vertex of a single piece of geometry.


Send comments on this topic.

Click to return to www.cadcorp.com

© Copyright 2000-2017 Computer Aided Development Corporation Limited (Cadcorp).