Gets or sets whether this Layer can be printed.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property Print As System.Boolean |
C# | |
---|
System.bool Print {get; set;} |
JavaScript | |
---|
get_Print () : Boolean
put_Print (
NewVal : Boolean
)
|
COM native C++ | |
---|
HRESULT get_Print(
VARIANT_BOOL* Val
)
HRESULT put_Print(
VARIANT_BOOL NewVal |
Property Value
True if this Layer can be printed, false if not
Example
Remarks
See Also
Availability
DraftSight 2018 SP0