Gis:get-featuretype

提供:GizmoLabs - だいたい CAD LISP なサイト
構文
(gis:get-featuretype featureId)


機能
GIS フィーチャー' featureId で指定されたフィーチャーの 'GIS フィーチャータイプ' を返す。


引数
  • featureId : フィーチャータイプを問い合わせる 'GIS フィーチャー' の整数ハンドル。


戻り値
成功なら 1から7の整数、それ以外は nil


メモ


サンプル
(vl-load-gis)
T

(setq features (gis:get-features))
(1685094904232 1685094904233)

(setq featureType (gis:get-featureType (car features)))
1



関連事項