SetObjectVisible Method (ISketchManager)
Sets whether the specified sketch entity is visible.
.NET Syntax
| Visual Basic (Declaration) | |
|---|
Sub SetObjectVisible( _
dsObject* Obj As System.Object, _
bool Visible As System.Boolean _
) |
| C# | |
|---|
void SetObjectVisible(
System.object Obj,
System.bool Visible
) |
| JavaScript | |
|---|
SetObjectVisible(
Obj : Object,
Visible : Boolean
) |
Parameters
- Obj
- Sketch entity
- Visible
- True if visible, false if not
See Also
Availability
DraftSight V1R1.4