gis:get-layer


(gis:get-layer  name)

Returns the 'GIS Layer' object with name of the current drawing.

Arguments

name  (string) the name of the 'GIS Layer' to retrieve the 'GIS Layer' identifier handle for

Return

INTEGER on success, or NIL

Example

(vl-load-gis)  T
(setq layers (gis:get-layers))
(setq name (car layers))  "shp_3857_point_2d_utf8"
(setq layerId (gis:get-layer name))  1736814432906

Remarks




©  Bricsys NV. All rights reserved.