SetVisible Method (IEntityHelper) Send Feedback
See Also 
Obj
Entity
NewVal
True to show the specified entity, false to hide it
Sets whether to show the specified entity.

Syntax

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

Parameters

Obj
Entity
NewVal
True to show the specified entity, false to hide it
 

See Also

Availability

DraftSight V1R3.0