 | CIMGSetDisplayProperty Method |
Sets display information about this image.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void SetDisplayProperty(
int query,
double value
)
public void SetDisplayProperty(
int query,
double value
)
Public Sub SetDisplayProperty (
query As Integer,
value As Double
)
Public Sub SetDisplayProperty (
query As Integer,
value As Double
)
public:
void SetDisplayProperty(
int query,
double value
)
public:
void SetDisplayProperty(
int query,
double value
)
member SetDisplayProperty :
query : int *
value : float -> unit
member SetDisplayProperty :
query : int *
value : float -> unit
Parameters
- query
- Type: SystemInt32
<define>IMG_DISPLAY_PROPERTY</define> - value
- Type: SystemDouble
Value
Remarks
These values do NOT take immediate effect; they are retrieved and used whenever
the grid is displayed in a viewer or map, and are used (for instance) to set the default values
in the Display Grid GX.
Some values take on only values of 0 or 1.
See Also