gis:feature-get-attributes
(gis:feature-get-attributes
featureId)
Returns the list of 'GIS Feature Attribute'
names of the 'GIS Feature' object specified by featureId.
Arguments |
featureId (integer) 'handle' identifier of the 'GIS Feature' to query for associated attributes |
Return |
list of STRINGs 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. |