gis:layer-rename-attribute
(gis:layer-rename-attribute layerId
oldName newName)
This function renames the 'GIS Attribute' as
specified by oldName
to a new name newName in the 'GIS Layer'
object specified by layerId.
Arguments |
layerId (integer) 'handle' identifier of the 'GIS
Layer' |
Return |
T on success, or NIL |
Example |
(vl-load-gis)
T |
Remarks |
a 'GIS Feature Attribute'
represents a "Column" in the GIS Database table; each 'GIS Feature'
(built-up from dwg entities) is a row in such table; |
© Bricsys NV. All rights reserved. |