RhinoCommon API
InstanceDefinitionTableFind Method (Guid, Boolean) |
Finds the instance definition with a given id.
Namespace: Rhino.DocObjects.Tables
Assembly: RhinoCommon (in RhinoCommon.dll)

public InstanceDefinition Find( Guid instanceId, bool ignoreDeletedInstanceDefinitions )
Public Function Find ( instanceId As Guid, ignoreDeletedInstanceDefinitions As Boolean ) As InstanceDefinition
Parameters
- instanceId
- Type: SystemGuid
Unique id of the instance definition to search for. - ignoreDeletedInstanceDefinitions
- Type: SystemBoolean
true means don't search deleted instance definitions.
Return Value
Type: InstanceDefinitionThe specified instance definition, or null if nothing matching was found.

Rhino for Mac
Supported in: 5.4Rhino for Windows
Supported in: 6.14