Click or drag to resize

InstanceDefinitionGetContainers Method

Gets a list of all the InstanceDefinitions that contain a reference this InstanceDefinition.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public InstanceDefinition[] GetContainers()

Return Value

Type: InstanceDefinition
An array of instance definitions. The returned array can be empty, but not null.
See Also