Click or drag to resize
CMVUProbability Method
Plot a probability plot on a map.

Available since Oasis montaj version: 5.1.8
License: Available to anyone with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
The ITR can be empty (but must still be a valid ITR object).
Syntax
public static void Probability(
	CMVIEW oMVIEW1,
	CST oST2,
	CST oST3,
	string str4,
	string str5,
	int i6,
	double d7,
	double d8,
	double d9,
	double d10,
	double d11,
	double d12,
	double d13,
	double d14,
	int i15,
	int i16,
	int i17,
	CITR oITR18
)

Parameters

oMVIEW1
Type: GeoEngine.Core.GXNetCMVIEW
View
oST2
Type: GeoEngine.Core.GXNetCST
ST with summary stats of original data
oST3
Type: GeoEngine.Core.GXNetCST
ST with histogram info of original or log10 data
str4
Type: SystemString
Title
str5
Type: SystemString
unit
i6
Type: SystemInt32
Transform type (0: Raw, 1: Log, 2: Lambda)
d7
Type: SystemDouble
Lambda Value for lambda transform
d8
Type: SystemDouble
X in mm (bottom left corner of histogram box)
d9
Type: SystemDouble
Y in mm (bottom left corner of histogram box)
d10
Type: SystemDouble
box width in mm
d11
Type: SystemDouble
box height in mm
d12
Type: SystemDouble
symbol size in mm
d13
Type: SystemDouble
Sigma (X range is -sigma to sigma)
d14
Type: SystemDouble
width (mm) of the additional box for summary stats
i15
Type: SystemInt32
Summary stats: 0 - do not draw, 1 - draw
i16
Type: SystemInt32
Decimals for data, negative for sig. fig.
i17
Type: SystemInt32
Decimals for stats, negative for sig. fig.
oITR18
Type: GeoEngine.Core.GXNetCITR
ITR to colour symbols.
See Also