Description:

Determines whether the instance definition is referenced.

Syntax:
public bool InUse(
int wheretoLook
)
Parameters:
  • wheretoLook
  • Type: int
  • 0 = check for top level references in active document. 1 = check for top level and nested references in active document. 2 = check for references in other instance definitions.
Returns:
Type: bool
True if the instance definition is used; otherwise false.
Available since:
5.0

Nothing found