GetVisible Method (IEntityHelper)
Gets whether to show the specified entity.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetVisible( _
dsObject* 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
) |
Parameters
- Obj
- Entity
- Val[out] or Return Value
- True to show the specified entity, false to hide it
See Also
Availability
DraftSight V1R3.0