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
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
SHP files come in 2D and 3D forms. Fails if not <define>GIS_TYPE_ARCVIEW</define>.
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