All Cadcorp SIS API Methods

RemoveAtt Method

Description

Removes an attribute from the current open Item. This method is similar to the RemoveProperty method, but can only operate on Items.

Syntax

Visual Basic
Public Function RemoveAtt( _
   ByVal mnem As String _
) As Integer

Parameters

mnem
The name of the user-defined attribute to be removed.

Remarks

Available: GEO D OD OM SISpy

Group:

Example

sis.RemoveAtt ("CropType$")