Click or drag to resize
CGISiIsSHPFile3D Method
Returns TRUE if an ArcView SHP file is type POINTZ, ARCZ, POLYGONZ or MULTIPOINTZ

Available since Oasis montaj version: 6.3.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
SHP files come in 2D and 3D forms. Fails if not GIS_TYPE_ARCVIEW.
Syntax
public int iIsSHPFile3D()

Return Value

Type: Int32
0 if the SHP file is 2D 1 if the SHP file is of type POINTZ, ARCZ, POLYGONZ or MULTIPOINTZ
See Also