 | CIMGrGetDisplayProperty Method |
Gets display information about this image.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic double rGetDisplayProperty(
int query
)
public double rGetDisplayProperty(
int query
)
Public Function rGetDisplayProperty (
query As Integer
) As Double
Public Function rGetDisplayProperty (
query As Integer
) As Double
public:
double rGetDisplayProperty(
int query
)
public:
double rGetDisplayProperty(
int query
)
member rGetDisplayProperty :
query : int -> float
member rGetDisplayProperty :
query : int -> float
Parameters
- query
- Type: SystemInt32
<define>IMG_DISPLAY_PROPERTY</define>
Return Value
Type:
Double
Remarks
These values do not necessarily match the grid as currently displayed; 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 return only values of 0 or 1.
See Also