Gets or sets whether to save or restore the LineWeight Layer property.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property LineWeight As System.Boolean |
C# | |
---|
System.bool LineWeight {get; set;} |
JavaScript | |
---|
get_LineWeight () : Boolean
put_LineWeight (
NewVal : Boolean
)
|
COM native C++ | |
---|
HRESULT get_LineWeight(
VARIANT_BOOL* Val
)
HRESULT put_LineWeight(
VARIANT_BOOL NewVal |
C++ | |
---|
DSRESULT get_LineWeight (
bool* Val
)
DSRESULT put_LineWeight(
bool NewVal
) |
Property Value
True to save or restore the LineWeight Layer property, false to not
Example
See Also
Availability
DraftSight 2018 SP0