 | CIMGSetTR Method |
Set the trend information to a grid.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.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.GXNetXCTR
Trend information to set for the grid
See Also