Click or drag to resize

CIMGSetShadowGridPath 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 SetShadowGridPath(
	string path
)

public void SetShadowGridPath(
	string path
)

Parameters

path
Type: SystemString
Grid path for the shadow grid
Remarks
This values does NOT take immediate effect; it is retrieved and used whenever the grid is displayed in a viewer or map, and is used (for instance) to set the default value in the Display Grid GX.
See Also