gis:get-featureentities


(gis:get-featureentities  featureId)

Returns the list of all 'GIS entities' of the specified 'GIS Feature' featureId of the current drawing.

Arguments

featureId  (integer)  the integer handle of the 'GIS Feature' to query all associated entities for

Return

list of ENAMEs on success, or NIL

Example

(vl-load-gis)  T
(setq features (gis:get-features))  (1685094904232 1685094904233)
(setq ents (gis:get-featureEntities (car features)))

(<Entity name: 6c8f9e20>)

Remarks




©  Bricsys NV. All rights reserved.