Click or drag to resize
CCHIMERADrawCircleOffsetMarkers Method
Plots location marker and joining line for circle offset symbols

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
Draws black filled circle (symbols.gfn #7) and a joining line.
Syntax
public static void DrawCircleOffsetMarkers(
	CMVIEW oMVIEW1,
	CVV oVV2,
	CVV oVV3,
	CVV oVV4,
	CVV oVV5,
	double d6
)

Parameters

oMVIEW1
Type: GeoEngine.Core.GXNetCMVIEW
View
oVV2
Type: GeoEngine.Core.GXNetCVV
Original (marker) X location
oVV3
Type: GeoEngine.Core.GXNetCVV
Original (marker) Y location
oVV4
Type: GeoEngine.Core.GXNetCVV
Offset (new) X location
oVV5
Type: GeoEngine.Core.GXNetCVV
Offset (new) Y location
d6
Type: SystemDouble
Marker symbol radius
See Also