SetStartArrow Method (IDimensionStyleArrowsOptions) Send Feedback
See Also  Example
ArrowType
Type of start arrow as defined in dsDimensionArrowType_e
CustomArrowBlockName
Block name if ArrowType is set to dsDimensionArrowType_e.dsDimensionArrowType_Custom
Sets the type of start arrow.

Syntax

Visual Basic 
Sub SetStartArrow( _
   ByVal ArrowType As dsDimensionArrowType_e, _
   ByVal CustomArrowBlockName As System.String _
) 
C# 
void SetStartArrow( 
   dsDimensionArrowType_e ArrowType,
   System.string CustomArrowBlockName
)
JavaScript 
SetStartArrow( 
   ArrowType : String,
   CustomArrowBlockName : String
)
COM native C++ 
HRESULT SetStartArrow( 
   dsDimensionArrowType_e ArrowType,
   BSTR CustomArrowBlockName
) 
C++ 
DSRESULT SetStartArrow( 
   dsDimensionArrowType_e ArrowType,
   const dsString& CustomArrowBlockName
) 

Parameters

ArrowType
Type of start arrow as defined in dsDimensionArrowType_e
CustomArrowBlockName
Block name if ArrowType is set to dsDimensionArrowType_e.dsDimensionArrowType_Custom

Example

 

See Also

Availability

DraftSight V1R1.2