Click or drag to resize
CGISiIsSHPFilePoint Method
Returns TRUE if an ArcView SHP file is type POINT or POINTZ

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
Fails if not <define>GIS_TYPE_ARCVIEW</define>.
Syntax
public int iIsSHPFilePoint()

Return Value

Type: Int32
0 if the SHP file is not points if the SHP file is of type POINT or POINTZ
See Also