 | CMVUStandard Method |
Note: This API is now obsolete.
Plot an ASSAY standard result in a graph window.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2025.1.0.25
Syntax[ObsoleteAttribute("Deprecated since unknown, ")]
public static void Standard(
CGXNETCore gxNetShared,
CMVIEW mview,
CVV vv,
int old,
double tol,
string title,
string unit,
double x0,
double y0,
double width,
double height
)
[ObsoleteAttribute("Deprecated since unknown, ")]
public static void Standard(
CGXNETCore gxNetShared,
CMVIEW mview,
CVV vv,
int old,
double tol,
string title,
string unit,
double x0,
double y0,
double width,
double height
)
<ObsoleteAttribute("Deprecated since unknown, ")>
Public Shared Sub Standard (
gxNetShared As CGXNETCore,
mview As CMVIEW,
vv As CVV,
old As Integer,
tol As Double,
title As String,
unit As String,
x0 As Double,
y0 As Double,
width As Double,
height As Double
)
<ObsoleteAttribute("Deprecated since unknown, ")>
Public Shared Sub Standard (
gxNetShared As CGXNETCore,
mview As CMVIEW,
vv As CVV,
old As Integer,
tol As Double,
title As String,
unit As String,
x0 As Double,
y0 As Double,
width As Double,
height As Double
)
public:
[ObsoleteAttribute(L"Deprecated since unknown, ")]
static void Standard(
CGXNETCore^ gxNetShared,
CMVIEW^ mview,
CVV^ vv,
int old,
double tol,
String^ title,
String^ unit,
double x0,
double y0,
double width,
double height
)
public:
[ObsoleteAttribute(L"Deprecated since unknown, ")]
static void Standard(
CGXNETCore^ gxNetShared,
CMVIEW^ mview,
CVV^ vv,
int old,
double tol,
String^ title,
String^ unit,
double x0,
double y0,
double width,
double height
)
[<ObsoleteAttribute("Deprecated since unknown, ")>]
static member Standard :
gxNetShared : CGXNETCore *
mview : CMVIEW *
vv : CVV *
old : int *
tol : float *
title : string *
unit : string *
x0 : float *
y0 : float *
width : float *
height : float -> unit
[<ObsoleteAttribute("Deprecated since unknown, ")>]
static member Standard :
gxNetShared : CGXNETCore *
mview : CMVIEW *
vv : CVV *
old : int *
tol : float *
title : string *
unit : string *
x0 : float *
y0 : float *
width : float *
height : float -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - mview
- Type: GeoEngine.Core.GXNetXCMVIEW
View - vv
- Type: GeoEngine.Core.GXNetXCVV
Standard data - old
- Type: SystemInt32
Number of old samples in the VV - tol
- Type: SystemDouble
Tolerance as a function of std dev (default=2) - title
- Type: SystemString
Title - unit
- Type: SystemString
Unit - x0
- Type: SystemDouble
X location (bottom left corner of graph) - y0
- Type: SystemDouble
Y location - width
- Type: SystemDouble
Graph width - height
- Type: SystemDouble
Graph height
See Also