 | CIMGiUserPreferenceToPlotAsColourShadedGrid Method |
Returns the global setting.
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static int iUserPreferenceToPlotAsColourShadedGrid()
public static int iUserPreferenceToPlotAsColourShadedGrid()
Public Shared Function iUserPreferenceToPlotAsColourShadedGrid As Integer
Public Shared Function iUserPreferenceToPlotAsColourShadedGrid As Integer
public:
static int iUserPreferenceToPlotAsColourShadedGrid()
public:
static int iUserPreferenceToPlotAsColourShadedGrid()
static member iUserPreferenceToPlotAsColourShadedGrid : unit -> int
static member iUserPreferenceToPlotAsColourShadedGrid : unit -> int
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