Click or drag to resize
CMVUArrow Method
Draw an arrow.

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)
Syntax
public static void Arrow(
	CMVIEW oMVIEW1,
	double d2,
	double d3,
	double d4,
	double d5,
	double d6,
	double d7,
	int i8
)

Parameters

oMVIEW1
Type: GeoEngine.Core.GXNetCMVIEW
View
d2
Type: SystemDouble
Head X location
d3
Type: SystemDouble
Head Y location
d4
Type: SystemDouble
Tail X location
d5
Type: SystemDouble
Tail Y location
d6
Type: SystemDouble
See MVU_ARROW definitions for explanation
d7
Type: SystemDouble
Angle of barbs with respect to the tail in degrees.
i8
Type: SystemInt32
See MVU_ARROWConstant
See Also