2027 Members
Changes 0
M

GlobalParametersManager Methods

Name Return Type Description Inherited From
M AreGlobalParametersAllowed(Document) Boolean Tests whether global parameters are allowed in the given document.
M Dispose() None
M Equals None Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
M FindByName(Document, String) ElementId Finds whether a global parameter with the given name exists in the input document.
M GetAllGlobalParameters(Document) ISet<ElementId> Returns all global parameters available in the given document.
M GetGlobalParametersOrdered(Document) IList<ElementId> Returns all global paramters in an ordered array.
M GetHashCode None Serves as the default hash function. (Inherited from Object ) Object
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M IsUniqueName(Document, String) Boolean Tests whether a name is unique among existing global parameters of a given document.
M IsValidGlobalParameter(Document, ElementId) Boolean Tests whether an ElementId is of a global parameter in the given document.
M MoveParameterDownOrder(Document, ElementId) Boolean Moves given paramerer Down in the current order.
M MoveParameterUpOrder(Document, ElementId) Boolean Moves given paramerer Up in the current order.
M SortParameters(Document, ParametersOrder) None Sorts global parameters in the desired order.
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object