Click or drag to resize

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
Syntax
public void SetDisplayProperty(
	int query,
	double value
)

public void SetDisplayProperty(
	int query,
	double value
)

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