Click or drag to resize

CBFCopy Method

Copy entire contents of a source BF to a destination BF

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.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.GXNetXCBF
Destination BF
See Also