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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
Fails if not GIS_TYPE_ARCVIEW.
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