Click or drag to resize

CGISiIsSHPFilePoint Method

Returns TRUE if an ArcView SHP file is type POINT or POINTZ

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

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
Remarks
Fails if not <define>GIS_TYPE_ARCVIEW</define>.
See Also