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