gis:get-features


(gis:get-features)

Returns the list of all 'GIS Feature ID' of the current drawing; a 'GIS Feature' is represented by its "Handle" identifier.

Arguments

none

Return

list of INTEGER on success, or NIL

Example

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

Remarks




©  Bricsys NV. All rights reserved.