Gets whether to use a continuous or dashed LineStyle around the vertices of the 2D PolyLine with a noncontinuous LineStyle.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property LineStyleGeneration As System.Boolean |
C# | |
---|
System.bool LineStyleGeneration {get; set;} |
JavaScript | |
---|
LineStyleGeneration : System.boolean |
)
< A href="GettingStarted-draftsightapi.html">HRESULT set_LineStyleGeneration(
VARIANT_BOOL
NewVal
)
C++ | |
---|
property System.bool LineStyleGeneration { bool* Val
)
DSRESULTput_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