All Cadcorp SIS API Methods

TopoCreatePoint Method

Description

Creates a Point item, merging it in to any existing topology.

Syntax

Visual Basic
Public Function TopoCreatePoint( _
   ByVal idNode As Long, _
   ByVal nDataset As Long _
) As Integer

Parameters

idNode
The id of the node to create.
 
nDataset
The serial number of the dataset to be scanned. The number can be obtained from the Dataset property of an overlay, or from the GetDataset, GetDatasetContainer or FindExternalDataset methods.

Remarks

Available: GEO D OD SISpy

Group:

Example

sis.CreatePoint (1, Map1)