Click or drag to resize

CSYSiGetGeodist Method

Gets a global flag that indicates whether we are running within the geodist library

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static int iGetGeodist(
	CGXNETCore gxNetShared
)

public static int iGetGeodist(
	CGXNETCore gxNetShared
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore

Return Value

Type: Int32
0 - Geodist not loaded, 1 - Geodist loaded
See Also