All Cadcorp SIS API Methods

Remove Feature Code Method

Description

Removes an existing feature code from the currently loaded Feature Table

Use LoadFeatureTable to load a Feature Table for editing.

Syntax

Visual Basic
Public Function RemoveFeatureCode( _
   ByVal fcode As Long _
) As Integer

Parameters

fcode
The feature code to remove, from 1 to 65535.

Return Type

Available: GEO D OD SISpy

Groups:

Remarks

This method does not delete any children of the given feature code.

Use LoadFeatureTable to load a feature table for editing.

Example

sis.RemoveFeatureCode (1001)