Click or drag to resize

CDUPolyFill Method

Fill using a polygon with a value of 1.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void PolyFill(
	CDB db,
	int line,
	int x_chan,
	int y_chan,
	int r_chan,
	CPLY pply,
	int dummy
)

public static void PolyFill(
	CDB db,
	int line,
	int x_chan,
	int y_chan,
	int r_chan,
	CPLY pply,
	int dummy
)

Parameters

db
Type: GeoEngine.Core.GXNetCDB
Database
line
Type: SystemInt32
Line Handle
x_chan
Type: SystemInt32
X Channel [<define>DB_LOCK_READONLY</define>]
y_chan
Type: SystemInt32
Y Channel [<define>DB_LOCK_READONLY</define>]
r_chan
Type: SystemInt32
Channel to fill [<define>DB_LOCK_READWRITE</define>]
pply
Type: GeoEngine.Core.GXNetCPLY
Polygon Object to use
dummy
Type: SystemInt32
<define>DU_FILL</define>
See Also