2021 Method
Changes 0
M

Material.IsNameUnique

Description:
Validates whether the material 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.