 | CIMGiUserPreferenceToPlotAsColourShadedGrid Method |
Returns the global setting.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static int iUserPreferenceToPlotAsColourShadedGrid(
CGXNETCore gxNetShared
)
public static int iUserPreferenceToPlotAsColourShadedGrid(
CGXNETCore gxNetShared
)
Public Shared Function iUserPreferenceToPlotAsColourShadedGrid (
gxNetShared As CGXNETCore
) As Integer
Public Shared Function iUserPreferenceToPlotAsColourShadedGrid (
gxNetShared As CGXNETCore
) As Integer
public:
static int iUserPreferenceToPlotAsColourShadedGrid(
CGXNETCore^ gxNetShared
)
public:
static int iUserPreferenceToPlotAsColourShadedGrid(
CGXNETCore^ gxNetShared
)
static member iUserPreferenceToPlotAsColourShadedGrid :
gxNetShared : CGXNETCore -> int
static member iUserPreferenceToPlotAsColourShadedGrid :
gxNetShared : CGXNETCore -> int
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
Return Value
Type:
Int32
0 - User wishes to plot grids as regular (flat) grid
1 - User wishes to plot grids as color-shaded grids
See Also