Visual Basic | |
---|---|
Property Printable As System.Boolean |
C# | |
---|---|
System.bool Printable {get; set;} |
JavaScript | |
---|---|
get_Printable () : Boolean put_Printable ( NewVal : Boolean ) |
COM native C++ | |
---|---|
HRESULT get_Printable( VARIANT_BOOL* Val ) HRESULT put_Printable( VARIANT_BOOL NewVal |
Property Value
True if the Layer can be printed, false if notIf you turn off printing for a Layer, the entities on the Layer are still displayed.
Hidden or frozen Layers are not printed regardless of the Print setting.
DraftSight V1R1.1