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