Click or drag to resize
CMVUSymbOff Method
Draws symbols with an offset and against a flag channel

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
Symbols are not plotted for positions where the flag VV value is 0 or iDUMMY.
Syntax
public static void SymbOff(
	CMVIEW oMVIEW1,
	CVV oVV2,
	CVV oVV3,
	CVV oVV4,
	double d5,
	double d6
)

Parameters

oMVIEW1
Type: GeoEngine.Core.GXNetCMVIEW
View
oVV2
Type: GeoEngine.Core.GXNetCVV
X, must be type of REAL
oVV3
Type: GeoEngine.Core.GXNetCVV
Y, must be type of REAL
oVV4
Type: GeoEngine.Core.GXNetCVV
Flag VV, must be type of INT
d5
Type: SystemDouble
X Offset
d6
Type: SystemDouble
Y Offset
See Also