Click or drag to resize

CDUBoundLine Method

Set map boundary clip limits.

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

public static void BoundLine(
	CDB db,
	int line,
	int x_chan,
	int y_chan,
	CPLY pply
)

Parameters

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