2021 Members
Changes 4
M

GlobalParametersManager

Name Return Type Description Inherited From
M AreGlobalParametersAllowed(Document) bool Tests whether global parameters are allowed in the given document.
M Dispose() None Releases all resources used by the GlobalParametersManager
M Equals None (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 (Inherited from Object .) Object .
M GetType None (Inherited from Object .) Object .
M IsUniqueName(Document, String) bool Tests whether a name is unique among existing global parameters of a given document.
M IsValidGlobalParameter(Document, ElementId) bool Tests whether an ElementId is of a global parameter in the given document.
M MoveParameterDownOrder(Document, ElementId) bool Moves given paramerer Down in the current order.
M MoveParameterUpOrder(Document, ElementId) bool Moves given paramerer Up in the current order.
M SortParameters(Document, ParametersOrder) None Sorts global parameters in the desired order.
M ToString None (Inherited from Object .) Object .
Name Return Type Description Inherited From
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.