RhinoCommon API
ObjectTableShow Method (ObjRef, Boolean) |
If objref.Object().IsHidden() is true, then the object will be returned to normal (visible and selectable) mode.
Namespace: Rhino.DocObjects.Tables
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.0

public bool Show( ObjRef objref, bool ignoreLayerMode )
Public Function Show ( objref As ObjRef, ignoreLayerMode As Boolean ) As Boolean
Parameters
- objref
- Type: Rhino.DocObjectsObjRef
reference to normal object to show. - ignoreLayerMode
- Type: SystemBoolean
if true, the object will be shown even if it is on a layer that is locked or off.
Return Value
Type: Booleantrue if the object was successfully shown.
