Click or drag to resize

InstanceDefinitionTableFind Method (Guid, Boolean)

Finds the instance definition with a given id.

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public InstanceDefinition Find(
	Guid instanceId,
	bool ignoreDeletedInstanceDefinitions
)

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: InstanceDefinition
The specified instance definition, or null if nothing matching was found.
See Also