GetVisible Method (IEntityHelper) Send Feedback
See Also 
Val[out]
True to show the specified entity, false to hide it
Obj
Entity
Gets whether to show the specified entity.

Syntax

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

Parameters

Obj
Entity
Val[out] or Return Value
True to show the specified entity, false to hide it
 

See Also

Availability

DraftSight V1R3.0