gis:get-featuretype 


(gis:get-featuretype  featureId)

Returns the 'GIS Feature Type' of the feature as specified by the 'GIS Feature' featureId.

Arguments

featureId  (integer)  the integer handle of the 'GIS Feature' to query the Feature Type for

Return

INTEGER (1...7) on success, or NIL

Example

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

Remarks

for the  'GIS Feature Type' please see the Type Constants enumeration "Civil GIS Geometric Type"



©  Bricsys NV. All rights reserved.