Description:

Determines if this instance definition contains a reference to another instance definition.

Syntax:
public int UsesDefinition(
int otherIdefIndex
)
Parameters:
  • otherIdefIndex
  • Type: int
  • index of another instance definition.
Returns:
Type: int
0 no 1 other_idef_index is the index of this instance definition >1 This InstanceDefinition uses the instance definition and the returned value is the nesting depth.
Available since:
5.0

Nothing found