 | CIPJCopyProjection Method |
Copy the projection from one IPJ to another
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void CopyProjection(
CIPJ ip_jd
)
public void CopyProjection(
CIPJ ip_jd
)
Public Sub CopyProjection (
ip_jd As CIPJ
)
Public Sub CopyProjection (
ip_jd As CIPJ
)
public:
void CopyProjection(
CIPJ^ ip_jd
)
public:
void CopyProjection(
CIPJ^ ip_jd
)
member CopyProjection :
ip_jd : CIPJ -> unit
member CopyProjection :
ip_jd : CIPJ -> unit
Parameters
- ip_jd
- Type: GeoEngine.Core.GXNetXCIPJ
Source
Remarks
Copies the projection parameters, while leaving the rest
(e.g. Datum, Local Datum Transform) unchanged.
See Also