Visual Basic | |
---|---|
Sub SetLeaderArrow( _ ByVal ArrowType As dsDimensionArrowType_e, _ ByVal CustomArrowBlockName As System.String _ ) |
C# | |
---|---|
void SetLeaderArrow( dsDimensionArrowType_e ArrowType, System.string CustomArrowBlockName ) |
JavaScript | |
---|---|
SetLeaderArrow( ArrowType : String, CustomArrowBlockName : String ) |
COM native C++ | |
---|---|
HRESULT SetLeaderArrow( dsDimensionArrowType_e ArrowType, BSTR CustomArrowBlockName ) |
C++ | |
---|---|
DSRESULT SetLeaderArrow( dsDimensionArrowType_e ArrowType, const dsString& CustomArrowBlockName ) |
Parameters
- ArrowType
- Type of leader arrow as defined in dsDimensionArrowType_e
- CustomArrowBlockName
- Block name if ArrowType is set to dsDimensionArrowType_e.dsDimensionArrowType_Custom
Change DimensionStyle Options of Leader (C#)
Change DimensionStyle Options of Leader (VB.NET)
Change DimensionStyle Options of Leader (VBA)
Change DimensionStyle Options of Leader (VB.NET)
Change DimensionStyle Options of Leader (VBA)
IDimensionStyleArrowsOptions Interface
IDimensionStyleArrowsOptions Members
IDimensionStyleArrowsOptions::GetLeaderArrow Method
IDimensionStyleArrowsOptions Members
IDimensionStyleArrowsOptions::GetLeaderArrow Method
DraftSight V1R1.2