Gets and sets whether this layer is printed when the drawing document is printed.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property Printable As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ILayer
Dim value As System.Boolean
instance.Printable = value
value = instance.Printable |
C# | |
---|
System.bool Printable {get; set;} |
C++/CLI | |
---|
property System.bool Printable {
System.bool get();
void set ( & System.bool value);
} |
Property Value
- get: True if the layer is printable, false if the layer is not printable
- set: True to set the state of the layer's printability to the opposite state, false to set the state of the layer to not printable regardless of the initial state
See Remarks
Example
Remarks
See Also
Availability
SOLIDWORKS 2015 FCS, Revision Number 23.0