Click or drag to resize

CPLYCombine Method

Combines two PLY Object with another

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void Combine(
	CPLY srce,
	int exclude
)

public void Combine(
	CPLY srce,
	int exclude
)

Parameters

srce
Type: GeoEngine.Core.GXNetXCPLY
Source
exclude
Type: SystemInt32
Make all the polygons copied excluded? - if not they will be copied as they are.
See Also