SetVisible Method (IEntityHelper)
Sets whether to show the specified entity.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub SetVisible( _
dsObject* Obj As System.Object, _
bool NewVal As System.Boolean _
) |
C# | |
---|
void SetVisible(
System.object Obj,
System.bool NewVal
) |
JavaScript | |
---|
SetVisible(
Obj : Object,
NewVal : Boolean
) |
Parameters
- Obj
- Entity
- NewVal
- True to show the specified entity, false to hide it
See Also
Availability
DraftSight V1R3.0