Click or drag to resize
CDUPolyFill Method
Fill using a polygon with a value of 1.

Available since Oasis montaj version: 5.0.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Syntax
public static void PolyFill(
	CDB oDB1,
	int i2,
	int i3,
	int i4,
	int i5,
	CPLY oPLY6,
	int i7
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
Database
i2
Type: SystemInt32
Line Handle
i3
Type: SystemInt32
X Channel [DB_LOCK_READONLY]
i4
Type: SystemInt32
Y Channel [DB_LOCK_READONLY]
i5
Type: SystemInt32
Channel to fill [DB_LOCK_READWRITE]
oPLY6
Type: GeoEngine.Core.GXNetCPLY
Polygon Object to use
i7
Type: SystemInt32
See DU_FILLConstant
See Also