Click or drag to resize
CDURotate Method
Rotate coordinates.

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 Rotate(
	CDB oDB1,
	int i2,
	int i3,
	int i4,
	int i5,
	int i6,
	double d7,
	double d8,
	double d9
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
Database
i2
Type: SystemInt32
Line symbol
i3
Type: SystemInt32
input X channel [DB_LOCK_READONLY]
i4
Type: SystemInt32
input Y channel [DB_LOCK_READONLY]
i5
Type: SystemInt32
output X channel [DB_LOCK_READWRITE]
i6
Type: SystemInt32
output Y channel [DB_LOCK_READWRITE]
d7
Type: SystemDouble
X point about which to rotate
d8
Type: SystemDouble
Y of point about which to rotate
d9
Type: SystemDouble
angle in degrees CCW
See Also