 | CIMGSetTR Method |
Set the trend information to a grid.
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic void SetTR(
CTR tr
)
public void SetTR(
CTR tr
)
Public Sub SetTR (
tr As CTR
)
Public Sub SetTR (
tr As CTR
)
public:
void SetTR(
CTR^ tr
)
public:
void SetTR(
CTR^ tr
)
member SetTR :
tr : CTR -> unit
member SetTR :
tr : CTR -> unit
Parameters
- tr
- Type: GeoEngine.Core.GXNetCTR
Trend information to set for the grid
See Also