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