 | CPGCopy Method |
Copy the data from one pager to another.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void Copy(
CPG pgs
)
public void Copy(
CPG pgs
)
Public Sub Copy (
pgs As CPG
)
Public Sub Copy (
pgs As CPG
)
public:
void Copy(
CPG^ pgs
)
public:
void Copy(
CPG^ pgs
)
member Copy :
pgs : CPG -> unit
member Copy :
pgs : CPG -> unit
Parameters
- pgs
- Type: GeoEngine.Core.GXNetXCPG
Source PG object
See Also