 | 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
Syntaxpublic void SetShadowGridPath(
string path
)
public void SetShadowGridPath(
string path
)
Public Sub SetShadowGridPath (
path As String
)
Public Sub SetShadowGridPath (
path As String
)
public:
void SetShadowGridPath(
String^ path
)
public:
void SetShadowGridPath(
String^ path
)
member SetShadowGridPath :
path : string -> unit
member SetShadowGridPath :
path : string -> unit
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