All Cadcorp SIS API Methods

RegisterGroupType Method

Description

Registers a sub-class of a Group which the users cannot directly modify. The registered group sub-class is used by CreateGroup.

Syntax

Visual Basic
Public Function RegisterGroupType( _
   ByVal clsName As String _
) As Integer

Parameters

clsName
The class of the group to register.

Remarks

Available: GEO D OD OM SISpy

Group:

Example

sis.RegisterGroupType ("Area1")