Parameter |
Note: This API is now obsolete.
[ObsoleteAttribute("This method is deprecated in Revit 2027 and may be removed in a later version of Revit. We suggest you use the overload which accepts a region input instead.")] public static ParameterDownloadOptions DownloadParameterOptions( ForgeTypeId parameterTypeId )
| Exception | Condition |
|---|---|
| AccessDeniedException | Thrown when the user is not authorized to access the requested information. |
| ArgumentException | Thrown when the given parameter identifier is empty. |
| ArgumentNullException | A non-optional argument was null |
| [!:Autodesk::Revit::Exceptions::NetworkCommunicationError] | Thrown when communication with the Parameters Service is unsuccessful. |
| ResourceNotFoundException | Thrown when the requested parameter is not found. |
| ServerInternalException | Thrown when the Parameters Service reports an internal error. |
| UnauthenticatedException | Thrown when the user is not signed in. |
The settings associated with a parameter definition are accessible only to an authorized user. To retrieve them, the user must be signed in.
This method only supports parameter definitions on Parameters Service accounts in the US.