Click or drag to resize
CCHIMERARosePlot2 Method
Same as RosePlot_CHIMERA, with a starting angle.

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
The starting angle is the location of the edge of the first pie slice, counted in degrees counter-clockwise from horizontal (3 o'clock). Zero degrees gives the same plot as RosePlot_CHIMERA.
Syntax
public static void RosePlot2(
	CMVIEW oMVIEW1,
	string str2,
	string str3,
	CVV oVV4,
	CVV oVV5,
	CVV oVV6,
	CVV oVV7,
	int i8,
	int i9,
	double d10,
	double d11
)

Parameters

oMVIEW1
Type: GeoEngine.Core.GXNetCMVIEW
View object to plot to
str2
Type: SystemString
Data group name
str3
Type: SystemString
Offset group name
oVV4
Type: GeoEngine.Core.GXNetCVV
X locations
oVV5
Type: GeoEngine.Core.GXNetCVV
Y locations
oVV6
Type: GeoEngine.Core.GXNetCVV
Data handles, stored as INT values
oVV7
Type: GeoEngine.Core.GXNetCVV
Colours
i8
Type: SystemInt32
Colour for edges
i9
Type: SystemInt32
Offset symbols (0: No, 1: Yes)
d10
Type: SystemDouble
Offset symbol size
d11
Type: SystemDouble
Starting angle in degrees CCW from horizontal (rDUMMY gives 0.0)
See Also