 | CIPJGetFavouriteCoordinateSystem Method |
Get a favourite coordinate system from Settings.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static CIPJ GetFavouriteCoordinateSystem(
CGXNETCore gxNetShared,
int index
)
public static CIPJ GetFavouriteCoordinateSystem(
CGXNETCore gxNetShared,
int index
)
Public Shared Function GetFavouriteCoordinateSystem (
gxNetShared As CGXNETCore,
index As Integer
) As CIPJ
Public Shared Function GetFavouriteCoordinateSystem (
gxNetShared As CGXNETCore,
index As Integer
) As CIPJ
public:
static CIPJ^ GetFavouriteCoordinateSystem(
CGXNETCore^ gxNetShared,
int index
)
public:
static CIPJ^ GetFavouriteCoordinateSystem(
CGXNETCore^ gxNetShared,
int index
)
static member GetFavouriteCoordinateSystem :
gxNetShared : CGXNETCore *
index : int -> CIPJ
static member GetFavouriteCoordinateSystem :
gxNetShared : CGXNETCore *
index : int -> CIPJ
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - index
- Type: SystemInt32
Index of item.
Return Value
Type:
CIPJ
See Also