GlobalParametersManager Members

The GlobalParametersManager type exposes the following members.

Methods

  NameDescription
Public methodStatic memberAreGlobalParametersAllowed
Tests whether global parameters are allowed in the given document.
Public methodDispose
Releases all resources used by the GlobalParametersManager
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodStatic memberFindByName
Finds whether a global parameter with the given name exists in the input document.
Public methodStatic memberGetAllGlobalParameters
Returns all global parameters available in the given document.
Public methodStatic memberGetGlobalParametersOrdered
Returns all global paramters in an ordered array.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberIsUniqueName
Tests whether a name is unique among existing global parameters of a given document.
Public methodStatic memberIsValidGlobalParameter
Tests whether an ElementId is of a global parameter in the given document.
Public methodStatic memberMoveParameterDownOrder
Moves given paramerer Down in the current order.
Public methodStatic memberMoveParameterUpOrder
Moves given paramerer Up in the current order.
Public methodStatic memberSortParameters
Sorts global parameters in the desired order.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyIsValidObject
Specifies whether the .NET object represents a valid Revit entity.

See Also