 | CIPJCopyOrientation Method |
Copy any orientation and/or warp 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 CopyOrientation(
CIPJ ip_jd
)
public void CopyOrientation(
CIPJ ip_jd
)
Public Sub CopyOrientation (
ip_jd As CIPJ
)
Public Sub CopyOrientation (
ip_jd As CIPJ
)
public:
void CopyOrientation(
CIPJ^ ip_jd
)
public:
void CopyOrientation(
CIPJ^ ip_jd
)
member CopyOrientation :
ip_jd : CIPJ -> unit
member CopyOrientation :
ip_jd : CIPJ -> unit
Parameters
- ip_jd
- Type: GeoEngine.Core.GXNetXCIPJ
Destination IPJ
See Also