| Visual Basic | |
|---|---|
Function IsObjectVisible( _ ByVal Obj As System.Object _ ) As System.Boolean | |
| C# | |
|---|---|
System.bool IsObjectVisible( System.object Obj ) | |
| JavaScript | |
|---|---|
IsObjectVisible( Obj : Object ) : Boolean | |
Parameters
- Obj
- Sketch entity
- Visible[out] or Return Value
- True if visible, false if not
DraftSight V1R1.4
Syntax