 | 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
Syntaxpublic int iIsSHPFile3D()
public int iIsSHPFile3D()
Public Function iIsSHPFile3D As Integer
Public Function iIsSHPFile3D As Integer
public:
int iIsSHPFile3D()
public:
int iIsSHPFile3D()
member iIsSHPFile3D : unit -> int
member iIsSHPFile3D : unit -> int
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