 | CMVUSymbOff Method |
Draws symbols with an offset and against a flag channel
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static void SymbOff(
CGXNETCore gxNetShared,
CMVIEW mview,
CVV vv_x,
CVV vv_y,
CVV vv_f,
double x_off,
double y_off
)
public static void SymbOff(
CGXNETCore gxNetShared,
CMVIEW mview,
CVV vv_x,
CVV vv_y,
CVV vv_f,
double x_off,
double y_off
)
Public Shared Sub SymbOff (
gxNetShared As CGXNETCore,
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 (
gxNetShared As CGXNETCore,
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(
CGXNETCore^ gxNetShared,
CMVIEW^ mview,
CVV^ vv_x,
CVV^ vv_y,
CVV^ vv_f,
double x_off,
double y_off
)
public:
static void SymbOff(
CGXNETCore^ gxNetShared,
CMVIEW^ mview,
CVV^ vv_x,
CVV^ vv_y,
CVV^ vv_f,
double x_off,
double y_off
)
static member SymbOff :
gxNetShared : CGXNETCore *
mview : CMVIEW *
vv_x : CVV *
vv_y : CVV *
vv_f : CVV *
x_off : float *
y_off : float -> unit
static member SymbOff :
gxNetShared : CGXNETCore *
mview : CMVIEW *
vv_x : CVV *
vv_y : CVV *
vv_f : CVV *
x_off : float *
y_off : float -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - mview
- Type: GeoEngine.Core.GXNetXCMVIEW
View - vv_x
- Type: GeoEngine.Core.GXNetXCVV
X, must be type of REAL - vv_y
- Type: GeoEngine.Core.GXNetXCVV
Y, must be type of REAL - vv_f
- Type: GeoEngine.Core.GXNetXCVV
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