| Visual Basic | |
|---|---|
Sub GetLeaderArrow( _ ByRef ArrowType As dsDimensionArrowType_e, _ ByRef CustomArrowBlockName As System.String _ ) | |
| C# | |
|---|---|
void GetLeaderArrow( out dsDimensionArrowType_e ArrowType, out System.string CustomArrowBlockName ) | |
| JavaScript | |
|---|---|
GetLeaderArrow(
) : {
ArrowType : String,
CustomArrowBlockName : String
}
| |
| COM native C++ | |
|---|---|
HRESULT GetLeaderArrow( dsDimensionArrowType_e* ArrowType, BSTR* CustomArrowBlockName ) | |
| C++ | |
|---|---|
DSRESULT GetLeaderArrow( dsDimensionArrowType_e* ArrowType, dsString* CustomArrowBlockName ) | |
Parameters
- ArrowType[out]
- Type of leader 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::SetLeaderArrow Method
IDimensionStyleArrowsOptions Members
IDimensionStyleArrowsOptions::SetLeaderArrow Method
DraftSight V1R1.2
Syntax