Click or drag to resize
CMVUArrow Method
Draw an arrow.

Available since Oasis montaj version: 5.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public static void Arrow(
	CGXNETCore gxNetShared,
	CMVIEW mview,
	double hx,
	double hy,
	double tx,
	double ty,
	double ratio,
	double angle,
	int type
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
mview
Type: GeoEngine.Core.GXNetXCMVIEW
View
hx
Type: SystemDouble
Head X location
hy
Type: SystemDouble
Head Y location
tx
Type: SystemDouble
Tail X location
ty
Type: SystemDouble
Tail Y location
ratio
Type: SystemDouble
See <define>MVU_ARROW</define> definitions for explanation
angle
Type: SystemDouble
Angle of barbs with respect to the tail in degrees.
type
Type: SystemInt32
<define>MVU_ARROW</define>
See Also