Visual Basic | |
---|---|
Sub GetStartArrow( _ ByRef ArrowType As dsDimensionArrowType_e, _ ByRef CustomArrowBlockName As System.String _ ) |
C# | |
---|---|
void GetStartArrow( out dsDimensionArrowType_e ArrowType, out System.string CustomArrowBlockName ) |
JavaScript | |
---|---|
GetStartArrow( ) : { ArrowType : String, CustomArrowBlockName : String } |
COM native C++ | |
---|---|
HRESULT GetStartArrow( dsDimensionArrowType_e* ArrowType, BSTR* CustomArrowBlockName ) |
C++ | |
---|---|
DSRESULT GetStartArrow( dsDimensionArrowType_e* ArrowType, dsString* CustomArrowBlockName ) |
Parameters
- ArrowType[out]
- Type of start arrow as defined in dsDimensionArrowType_e
- CustomArrowBlockName[out] or Return Value
- Block name if ArrowType is set to dsDimensionArrowType_e.dsDimensionArrowType_Custom
IDimensionStyleArrowsOptions Interface
IDimensionStyleArrowsOptions Members
IDimensionStyleArrowsOptions::SetStartArrow Method
IDimensionStyleArrowsOptions Members
IDimensionStyleArrowsOptions::SetStartArrow Method
DraftSight V1R1.2