 | CIPJRemoveFavouriteCoordinateSystem Method |
Remove favourite coordinate system from Settings.
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void RemoveFavouriteCoordinateSystem(
int index
)
public static void RemoveFavouriteCoordinateSystem(
int index
)
Public Shared Sub RemoveFavouriteCoordinateSystem (
index As Integer
)
Public Shared Sub RemoveFavouriteCoordinateSystem (
index As Integer
)
public:
static void RemoveFavouriteCoordinateSystem(
int index
)
public:
static void RemoveFavouriteCoordinateSystem(
int index
)
static member RemoveFavouriteCoordinateSystem :
index : int -> unit
static member RemoveFavouriteCoordinateSystem :
index : int -> unit
Parameters
- index
- Type: SystemInt32
Index of item.
See Also