ExternalArcEnd Property (IRichLineStyle) Send Feedback
See Also 
Gets or sets whether to cap the ends of the outer ends with an arc.

Syntax

Visual Basic 
Property ExternalArcEnd As System.Boolean
C# 
System.bool ExternalArcEnd {get; set;}
JavaScript 
get_ExternalArcEnd () : Boolean
put_ExternalArcEnd (
   NewVal : Boolean
)
COM native C++ 
HRESULT get_ExternalArcEnd(
   VARIANT_BOOL* Val
) 
HRESULT put_ExternalArcEnd( 
   VARIANT_BOOL NewVal
C++ 
DSRESULT get_ExternalArcEnd (
   bool* Val
)
DSRESULT put_ExternalArcEnd(
   bool NewVal
)

Property Value

True to cap the ends of the outer ends with an arc, false to not

See Also

Availability

DraftSight V1R1.3