Click or drag to resize

CGISiIsSHPFile3D Method

Returns TRUE if an ArcView SHP file is type POINTZ, ARCZ, POLYGONZ or MULTIPOINTZ

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public int iIsSHPFile3D()

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
Remarks
SHP files come in 2D and 3D forms. Fails if not <define>GIS_TYPE_ARCVIEW</define>.
See Also