Gets or sets whether the Layer can be printed.
.NET Syntax
Visual Basic (Declaration) | |
---|
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 not
Remarks
See Also
Availability
DraftSight V1R1.1