InternalArcEnd Property (IRichLineStyle) Send Feedback
See Also 
Gets or sets whether to join the ends of the two line elements closest to the outer ones with an arc when there are four or more lines defining the RichLine entity.

Syntax

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

Property Value

True to join the ends of the two line elements closest to the outer ones with an arc when there are four or more lines defining the RichLine entity, false to not

See Also

Availability

DraftSight V1R1.3