Click or drag to resize
CPLYCombine Method
Combines two PLY Object with another

Available since Oasis montaj version: 9.5
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
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