ObjectTable.Find Method (Guid)

ObjectTableFind Method (Guid)

Please use FindId().

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public RhinoObject Find(
	Guid objectId
)
Public Function Find ( 
	objectId As Guid
) As RhinoObject

Parameters

objectId
Type: SystemGuid
Do not use this method.

Return Value

Type: RhinoObject
Do not use this method.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also