Gets or sets whether to print first the geometry of the model in Viewports or the geometry of the Sheet in the graphics area.
.NET Syntax
| Visual Basic (Declaration) | |
|---|
Property PrintSheetLast As System.Boolean |
| C# | |
|---|
System.bool PrintSheetLast {get; set;} |
| JavaScript | |
|---|
PrintSheetLast : System.boolean |
)
< A href="GettingStarted-draftsightapi.html">HRESULT set_PrintSheetLast(
VARIANT_BOOL
NewVal
)
| C++ | |
|---|
property System.bool PrintSheetLast { bool* Val
)
DSRESULTput_PrintSheetLast(
bool NewVal
} |
Property Value
True to print first the geometry of the model in Viewports, false to print first the geometry of the Sheet in the graphics area