2025.3 Method
Changes 0
M

GlobalParametersManager.IsUniqueName

Description:
Tests whether a name is unique among existing global parameters of a given document.
Remarks:
Typically, this method is used before a new global parameters is created, for all global parameters must have their names unique in the scope of a document.
public static bool IsUniqueName(
	Document document,
	string name
)
  • document
    Document in which a new parameter is to be added.
  • String
    name
    A name of a parameter being added.
Return Value Boolean True if the given %name% does not exist yet among existing global parameters nof the document; False otherwise.