 | CIMGGetTR Method |
Get the trend information from a grid.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.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.GXNetXCTR
Trend information from the grid
See Also