SetObjectVisible Method (ISketchManager) Send Feedback
See Also 
Obj
Sketch entity
Visible
True if visible, false if not
Sets whether the specified sketch entity is visible.

Syntax

Visual Basic 
Sub SetObjectVisible( _
   ByVal Obj As System.Object, _
   ByVal Visible As System.Boolean _
) 
C# 
void SetObjectVisible( 
   System.object Obj,
   System.bool Visible
)
JavaScript 
SetObjectVisible( 
   Obj : Object,
   Visible : Boolean
)
COM native C++ 
HRESULT SetObjectVisible( 
   IDispatch* Obj,
   VARIANT_BOOL Visible
) 
C++ 
DSRESULT SetObjectVisible( 
   dsObject* Obj,
   bool Visible
) 

Parameters

Obj
Sketch entity
Visible
True if visible, false if not
 

See Also

Availability

DraftSight V1R1.4