Visible Property (IHatch) Send Feedback
See Also  Example
Gets or sets whether to show the Hatch in the drawing.

Syntax

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

Property Value

True to show the Hatch in the drawing, false to not

Example

See Also

Availability

DraftSight V1R1.3