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
)
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.
See Also