Click or drag to resize
CCHIMERADrawRectangleOffsetMarkers Method
Plots location marker and joining line for rectangle offset symbols

Available since Oasis montaj version: 5.0.7
License: Available to specially licensed modules.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
Draws black filled circle (symbols.gfn #7) and a joining line.
Syntax
public static void DrawRectangleOffsetMarkers(
	CGXNETCore gxNetShared,
	CMVIEW mview,
	CVV vv_xi,
	CVV vv_yi,
	CVV vv_xo,
	CVV vv_yo,
	double off_size,
	double x_size,
	double y_size
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
mview
Type: GeoEngine.Core.GXNetXCMVIEW
View
vv_xi
Type: GeoEngine.Core.GXNetXCVV
Original (marker) X location
vv_yi
Type: GeoEngine.Core.GXNetXCVV
Original (marker) Y location
vv_xo
Type: GeoEngine.Core.GXNetXCVV
Offset (new) X location
vv_yo
Type: GeoEngine.Core.GXNetXCVV
Offset (new) Y location
off_size
Type: SystemDouble
Offset symbol width
x_size
Type: SystemDouble
Offset symbol height
y_size
Type: SystemDouble
Marker symbol radius
See Also