Gis:get-layer
BricsCADのLISP - Civil-GIS関数 - AutoLISP Home - AutoLISP 目次 - CAD&CGブログ - オンラインショップ- GizmoTools ヘルプセンター
- 構文
- (gis:get-layer name)
- 機能
- name で指定された 'GIS Layer' オブジェクトの識別子ハンドルを返す。
- 引数
-
- name : 「GISレイヤ」の識別子ハンドルを取得する'GISレイヤ'の名前。
- 戻り値
- 成功なら 整数値、それ以外は nil
- サンプル
(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
関連事項