Click or drag to resize

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
Syntax
public double rGetDisplayProperty(
	int query
)

public double rGetDisplayProperty(
	int query
)

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