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 | |
---|
get_PrintSheetLast () : Boolean
put_PrintSheetLast (
NewVal : Boolean
)
|
COM native C++ | |
---|
HRESULT get_PrintSheetLast(
VARIANT_BOOL* Val
)
HRESULT put_PrintSheetLast(
VARIANT_BOOL NewVal |
C++ | |
---|
DSRESULT get_PrintSheetLast (
bool* Val
)
DSRESULT put_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
Remarks
See Also
Availability
DraftSight V1R1.1