gis:get-featureid


(gis:get-featureid  entity)

Returns the 'GIS Feature ID' of the specified entity, if the entity is associated with any 'GIS Feature'.

Arguments

entity  (ename)  

Return

INTEGER on success, or NIL (entity is not associated with any 'GIS Feature')

Example

(vl-load-gis)  T
(setq featId (gis:get-featureId (car (entsel))))  1685094904232

Remarks




©  Bricsys NV. All rights reserved.