GetDimensionStyleArrowsOptions Method (IDimensionStyleUserData) Send Feedback
See Also  Example
DimensionStyleArrowsOptions[out]
Arrow options of the DimensionStyle of a Dimension, Leader, or geometric Tolerance entity
Gets access to the arrow options of the DimensionStyle for a specific Dimension, Leader, or geometric Tolerance entity.

Syntax

Visual Basic 
Function GetDimensionStyleArrowsOptions() As DimensionStyleArrowsOptions
C# 
DimensionStyleArrowsOptions GetDimensionStyleArrowsOptions()
JavaScript 
GetDimensionStyleArrowsOptions() : dsDimensionStyleArrowsOptions
COM native C++ 
HRESULT GetDimensionStyleArrowsOptions(
   IDimensionStyleArrowsOptions** DimensionStyleArrowsOptions
)  
C++ 
DSRESULT GetDimensionStyleArrowsOptions(
   dsDimensionStyleArrowsOptions** DimensionStyleArrowsOptions
)  

Parameters

DimensionStyleArrowsOptions[out] or Return Value
Arrow options of the DimensionStyle of a Dimension, Leader, or geometric Tolerance entity

Example

Remarks

This method allows you to get or set the arrow options of this DimensionStyle for a specific Dimension, Leader, or geometric Tolerance entity. To get or set the arrow options for all entities, use IDimensionStyle::GetDimensionStyleArrowsOptions.
 

See Also

Availability

DraftSight V1R4.0