gis:feature-has-attribute
(gis:feature-has-attribute featureId
attName)
Returns whether the 'GIS Feature' object
specified by featureId
contains a 'GIS Attribute' as specified
by attName.
Arguments |
featureId (integer) 'handle' identifier of the 'GIS
Feature' to query for the specified Attribute |
Return |
T 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. |