 | CDATALINKDGetIPJ Method |
Get the projection of the DATALINK Display object.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void GetIPJ(
CIPJ ipj
)
public void GetIPJ(
CIPJ ipj
)
Public Sub GetIPJ (
ipj As CIPJ
)
Public Sub GetIPJ (
ipj As CIPJ
)
public:
void GetIPJ(
CIPJ^ ipj
)
public:
void GetIPJ(
CIPJ^ ipj
)
member GetIPJ :
ipj : CIPJ -> unit
member GetIPJ :
ipj : CIPJ -> unit
Parameters
- ipj
- Type: GeoEngine.Core.GXNetXCIPJ
IPJ object to set the projection to
See Also