LineStart Property (IRichLineStyle) Send Feedback
See Also 
Gets or sets whether to cap the start of a RichLine entity with a line segment.

Syntax

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

Property Value

True to cap the start of a RichLine entity with a line segment, false to not

See Also

Availability

DraftSight V1R1.3