LineStyleGeneration Property (IPolyLine) Send Feedback
See Also 
Gets whether to use a continuous or dashed LineStyle around the vertices of the 2D PolyLine with a noncontinuous LineStyle.

Syntax

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

Property Value

True if a continuous or dashed LineStyle around the vertices of the 2D PolyLine with a noncontinuous LineStyle is used, false if breaks are placed between dashes in the LineStyles so that the LineStyles are positioned properly at corners

See Also

Availability

DraftSight V1R1.1