Click or drag to resize

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
Syntax
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
)

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