GetEndArrow Method (IDimensionStyleArrowsOptions) Send Feedback
See Also 
ArrowType[out]
Type of end arrow as defined in dsDimensionArrowType_e
CustomArrowBlockName[out]
Block name if ArrowType is set to dsDimensionArrowType_e.dsDimensionArrowType_Custom
Gets the type of end arrow.

Syntax

Visual Basic 
Sub GetEndArrow( _
   ByRef ArrowType As dsDimensionArrowType_e, _
   ByRef CustomArrowBlockName As System.String _
) 
C# 
void GetEndArrow( 
   out dsDimensionArrowType_e ArrowType,
   out System.string CustomArrowBlockName
)
JavaScript 
GetEndArrow(
) : {
   ArrowType : String,
   CustomArrowBlockName : String
}
COM native C++ 
HRESULT GetEndArrow( 
   dsDimensionArrowType_e* ArrowType,
   BSTR* CustomArrowBlockName
) 
C++ 
DSRESULT GetEndArrow( 
   dsDimensionArrowType_e* ArrowType,
   dsString* CustomArrowBlockName
) 

Parameters

ArrowType[out]
Type of end arrow as defined in dsDimensionArrowType_e
CustomArrowBlockName[out] or Return Value
Block name if ArrowType is set to dsDimensionArrowType_e.dsDimensionArrowType_Custom
 

See Also

Availability

DraftSight V1R1.2