  | CMVUArrow Method  | 
 Draw an arrow.
 
    Namespace: 
   GeoEngine.Core.GXNetX
    Assembly:
   geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2025.1.0.25
Syntaxpublic static void Arrow(
	CGXNETCore gxNetShared,
	CMVIEW mview,
	double hx,
	double hy,
	double tx,
	double ty,
	double ratio,
	double angle,
	int type
)
public static void Arrow(
	CGXNETCore gxNetShared,
	CMVIEW mview,
	double hx,
	double hy,
	double tx,
	double ty,
	double ratio,
	double angle,
	int type
)
Public Shared Sub Arrow ( 
	gxNetShared As CGXNETCore,
	mview As CMVIEW,
	hx As Double,
	hy As Double,
	tx As Double,
	ty As Double,
	ratio As Double,
	angle As Double,
	type As Integer
)
Public Shared Sub Arrow ( 
	gxNetShared As CGXNETCore,
	mview As CMVIEW,
	hx As Double,
	hy As Double,
	tx As Double,
	ty As Double,
	ratio As Double,
	angle As Double,
	type As Integer
)
public:
static void Arrow(
	CGXNETCore^ gxNetShared, 
	CMVIEW^ mview, 
	double hx, 
	double hy, 
	double tx, 
	double ty, 
	double ratio, 
	double angle, 
	int type
)
public:
static void Arrow(
	CGXNETCore^ gxNetShared, 
	CMVIEW^ mview, 
	double hx, 
	double hy, 
	double tx, 
	double ty, 
	double ratio, 
	double angle, 
	int type
)
static member Arrow : 
        gxNetShared : CGXNETCore * 
        mview : CMVIEW * 
        hx : float * 
        hy : float * 
        tx : float * 
        ty : float * 
        ratio : float * 
        angle : float * 
        type : int -> unit 
static member Arrow : 
        gxNetShared : CGXNETCore * 
        mview : CMVIEW * 
        hx : float * 
        hy : float * 
        tx : float * 
        ty : float * 
        ratio : float * 
        angle : float * 
        type : int -> unit 
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