HideGeometryOnSheet Property (IPrintManager) Send Feedback
See Also 
Gets or sets whether the geometry of the model shown in Viewports is printed with hidden lines removed.

Syntax

Visual Basic 
Property HideGeometryOnSheet As System.Boolean
C# 
System.bool HideGeometryOnSheet {get; set;}
JavaScript 
get_HideGeometryOnSheet () : Boolean
put_HideGeometryOnSheet (
   NewVal : Boolean
)
COM native C++ 
HRESULT get_HideGeometryOnSheet(
   VARIANT_BOOL* Val
) 
HRESULT put_HideGeometryOnSheet( 
   VARIANT_BOOL NewVal
C++ 
DSRESULT get_HideGeometryOnSheet (
   bool* Val
)
DSRESULT put_HideGeometryOnSheet(
   bool NewVal
)

Property Value

True to hide the geometry of the model shown in Viewports with hidden lines removed, false to show the geometry of the model shown in Viewports with hidden lines removed

Remarks

This property is only available when the working space is a Sheet.

See Also

Availability

DraftSight V1R1.1