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