Arrowhead Constructor (DimensionStyle.ArrowType, Guid)

Arrowhead Constructor (DimensionStyleArrowType, Guid)

Constructor

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public Arrowhead(
	DimensionStyleArrowType arrowType,
	Guid blockId
)
Public Sub New ( 
	arrowType As DimensionStyleArrowType,
	blockId As Guid
)

Parameters

arrowType
Type: Rhino.DocObjectsDimensionStyleArrowType
type of this arrowhead
blockId
Type: SystemGuid
Guid of the block used for user defined display
See Also