2020 Method
Changes 0
M

Material.IsNameUnique

Description:
Validates whether the material name is unique in document.
public static bool IsNameUnique(
	Document aDocument,
	string name
)
Return Value bool Returns true if the name is unique, and false otherwise.