 | CITRCopy Method |
Copies ITRs
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void Copy(
CITR it_rs
)
public void Copy(
CITR it_rs
)
Public Sub Copy (
it_rs As CITR
)
Public Sub Copy (
it_rs As CITR
)
public:
void Copy(
CITR^ it_rs
)
public:
void Copy(
CITR^ it_rs
)
member Copy :
it_rs : CITR -> unit
member Copy :
it_rs : CITR -> unit
Parameters
- it_rs
- Type: GeoEngine.Core.GXNetXCITR
ITR Source
See Also