Click or drag to resize

CBFCopy Method

Copy entire contents of a source BF to a destination BF

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public void Copy(
	CBF b_fw
)

public void Copy(
	CBF b_fw
)

Parameters

b_fw
Type: GeoEngine.Core.GXNetCBF
Destination BF
See Also