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

Syntax

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

Property Value

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

See Also

Availability

DraftSight V1R1.3