 | CGRID3DGetTPAT Method |
Get the TPAT from the thematic grid3d.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void GetTPAT(
CTPAT ipj
)
public void GetTPAT(
CTPAT ipj
)
Public Sub GetTPAT (
ipj As CTPAT
)
Public Sub GetTPAT (
ipj As CTPAT
)
public:
void GetTPAT(
CTPAT^ ipj
)
public:
void GetTPAT(
CTPAT^ ipj
)
member GetTPAT :
ipj : CTPAT -> unit
member GetTPAT :
ipj : CTPAT -> unit
Parameters
- ipj
- Type: GeoEngine.Core.GXNetXCTPAT
TPAT object
See Also