M

CircuitNamingScheme.IsNameUnique

Description:
Validates whether the CircuitNamingScheme name is unique in document.
public static bool IsNameUnique(
	Document aDocument,
	string name
)
  • aDocument
    The document in which the name is being tested for uniqueness.
  • String
    name
    The name tested for uniqueness.
Return Value bool Returns true if the name is unique, and false otherwise.