Gets or sets whether to hide or show arrows that do not fit inside the extension lines.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property HideArrows As System.Boolean |
C# | |
---|
System.bool HideArrows {get; set;} |
JavaScript | |
---|
get_HideArrows () : Boolean
put_HideArrows (
NewVal : Boolean
)
|
COM native C++ | |
---|
HRESULT get_HideArrows(
VARIANT_BOOL* Val
)
HRESULT put_HideArrows(
VARIANT_BOOL NewVal |
C++ | |
---|
DSRESULT get_HideArrows (
bool* Val
)
DSRESULT put_HideArrows(
bool NewVal
) |
Property Value
True to hide the arrows that do not fit inside the extension lines, false to show the arrows
Example
See Also
Availability
DraftSight V1R1.2