Click or drag to resize

CIPJRemoveFavouriteCoordinateSystem Method

Remove favourite coordinate system from Settings.

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

public static void RemoveFavouriteCoordinateSystem(
	CGXNETCore gxNetShared,
	int index
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
index
Type: SystemInt32
Index of item.
See Also