ObjectTableHide Method (ObjRef, Boolean) |
If objref.Object().IsNormal() is true, then the object will be hidden.
Namespace:
Rhino.DocObjects.Tables
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public bool Hide(
ObjRef objref,
bool ignoreLayerMode
)
Public Function Hide (
objref As ObjRef,
ignoreLayerMode As Boolean
) As Boolean
Parameters
- objref
- Type: Rhino.DocObjectsObjRef
reference to object to hide. - ignoreLayerMode
- Type: SystemBoolean
if true, the object will be hidden even if it is on a layer that is locked or off.
Return Value
Type:
Booleantrue if the object was successfully hidden.
See Also