Cadcorp SIS API Methods

RemoveListAtt Method

Description

Removes an attribute from all of the items in a named list.

Syntax

Visual Basic
Public Function RemoveListAtt( _
   ByVal list As String, _
   ByVal mnem As String _
) As Integer

Parameters

list
The Named List to remove the attribute.
 
mnem
The name of the attribute to remove.

Remarks

Available: GEO MM ME MD OD OM SISpy

Groups:

Example

sis.RemoveListAtt ("Land Parcels", "CropType$")

Removes the CropType$ attribute from all items in the Land Parcels list.

sis.RemoveListAtt ("Land Parcels", "Hectares#")

Removes the Hectares# attribute from all items in the Land Parcels list.

The overlay will be deleted if it is an internal overlay.


Send comments on this topic.

Click to return to www.cadcorp.com

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