Gets or sets whether to print entities in the LineWeights assigned in the
Layers.
.NET Syntax
| Visual Basic (Declaration) | |
|---|
Property UseAssignedLineWeight As System.Boolean |
| C# | |
|---|
System.bool UseAssignedLineWeight {get; set;} |
| JavaScript | |
|---|
get_UseAssignedLineWeight () : Boolean
put_UseAssignedLineWeight (
NewVal : Boolean
)
|
| COM native C++ | |
|---|
HRESULT get_UseAssignedLineWeight(
VARIANT_BOOL* Val
)
HRESULT put_UseAssignedLineWeight(
VARIANT_BOOL NewVal |
| C++ | |
|---|
DSRESULT get_UseAssignedLineWeight (
bool* Val
)
DSRESULT put_UseAssignedLineWeight(
bool NewVal
) |
Property Value
True to print entities in the LineWeights assigned in the Layers, false to
use assigned PrintStyles
Remarks
See Also
Availability
DraftSight V1R1.1