Tests whether global parameters are allowed in the given document.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public static bool AreGlobalParametersAllowed( Document document )
Parameters
- document Document
- A revit document of interest.
Return Value
BooleanExceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |