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 D 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.