 | CMVUSymbOff Method |
Draws symbols with an offset and against a flag channel
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void SymbOff(
CMVIEW mview,
CVV vv_x,
CVV vv_y,
CVV vv_f,
double x_off,
double y_off
)
public static void SymbOff(
CMVIEW mview,
CVV vv_x,
CVV vv_y,
CVV vv_f,
double x_off,
double y_off
)
Public Shared Sub SymbOff (
mview As CMVIEW,
vv_x As CVV,
vv_y As CVV,
vv_f As CVV,
x_off As Double,
y_off As Double
)
Public Shared Sub SymbOff (
mview As CMVIEW,
vv_x As CVV,
vv_y As CVV,
vv_f As CVV,
x_off As Double,
y_off As Double
)
public:
static void SymbOff(
CMVIEW^ mview,
CVV^ vv_x,
CVV^ vv_y,
CVV^ vv_f,
double x_off,
double y_off
)
public:
static void SymbOff(
CMVIEW^ mview,
CVV^ vv_x,
CVV^ vv_y,
CVV^ vv_f,
double x_off,
double y_off
)
static member SymbOff :
mview : CMVIEW *
vv_x : CVV *
vv_y : CVV *
vv_f : CVV *
x_off : float *
y_off : float -> unit
static member SymbOff :
mview : CMVIEW *
vv_x : CVV *
vv_y : CVV *
vv_f : CVV *
x_off : float *
y_off : float -> unit
Parameters
- mview
- Type: GeoEngine.Core.GXNetCMVIEW
View - vv_x
- Type: GeoEngine.Core.GXNetCVV
X, must be type of REAL - vv_y
- Type: GeoEngine.Core.GXNetCVV
Y, must be type of REAL - vv_f
- Type: GeoEngine.Core.GXNetCVV
Flag VV, must be type of INT - x_off
- Type: SystemDouble
X Offset - y_off
- Type: SystemDouble
Y Offset
Remarks
Symbols are not plotted for positions where the flag VV
value is 0 or <define>iDUMMY</define>.
See Also