Description:

Gets a list of the CRhinoInstanceObjects (inserts) that contains a reference this instance definition.

Syntax:
public InstanceObject[] GetReferences(
Int32 wheretoLook
)
Parameters:
  • wheretoLook
  • Type: System.Int32
  • 0 = get top level references in active document. 1 = get top level and nested references in active document. 2 = check for references from other instance definitions.
Returns:
An array of instance objects. The returned array can be empty, but not null.
Available since:
5.0

Nothing found