InternalArcStart Property (IRichLineStyle) Send Feedback
See Also 
Gets or sets whether to join the starts 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 InternalArcStart As System.Boolean
C# 
System.bool InternalArcStart {get; set;}
JavaScript 
get_InternalArcStart () : Boolean
put_InternalArcStart (
   NewVal : Boolean
)
COM native C++ 
HRESULT get_InternalArcStart(
   VARIANT_BOOL* Val
) 
HRESULT put_InternalArcStart( 
   VARIANT_BOOL NewVal
C++ 
DSRESULT get_InternalArcStart (
   bool* Val
)
DSRESULT put_InternalArcStart(
   bool NewVal
)

Property Value

True to join the starts 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