Click or drag to resize

CLPTCopy Method

Note: This API is now obsolete.

Copy one LPT object to another.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2025.1.0.25
Syntax
[ObsoleteAttribute("Deprecated since unknown, ")]
public void Copy(
	CLPT source
)

[ObsoleteAttribute("Deprecated since unknown, ")]
public void Copy(
	CLPT source
)

Parameters

source
Type: GeoEngine.Core.GXNetCLPT
Source LPT to Copy from
Remarks
Was not used.
See Also