 | CTRCopy Method |
This method copies a table resource to another trend table resource.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void Copy(
CTR t_rs
)
public void Copy(
CTR t_rs
)
Public Sub Copy (
t_rs As CTR
)
Public Sub Copy (
t_rs As CTR
)
public:
void Copy(
CTR^ t_rs
)
public:
void Copy(
CTR^ t_rs
)
member Copy :
t_rs : CTR -> unit
member Copy :
t_rs : CTR -> unit
Parameters
- t_rs
- Type: GeoEngine.Core.GXNetXCTR
Source Trend Object to Copy
See Also