UseAssignedLineWeight Property (IPrintManager) Send Feedback
See Also 
Gets or sets whether to print entities in the LineWeights assigned in the Layers.

Syntax

Visual Basic 
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

This property is only available if IPrintManager::UseAssignedPrintStyle is false.

See Also

Availability

DraftSight V1R1.1