ParameterUtils.DownloadParameterOptions
Description:
Retrieves settings associated with the given parameter from the Parameters Service.
Retrieves settings associated with the given parameter from the Parameters Service.
Remarks:
The settings associated with a parameter definition are accessible only to an authorized user. To retrieve them, the user must be 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.
Overloads (2):
DownloadParameterOptions(ForgeTypeId,String)
public static ParameterDownloadOptions DownloadParameterOptions(
ForgeTypeId parameterTypeId,
string region
)
-
parameterTypeIdParameter identifier.
-
StringregionRegion of the account where the parameter is defined.
-
Thrown when the user is not authorized to access the requested information.
-
The region is not valid. -or- Thrown when the given parameter identifier is empty.
-
A non-optional argument was null
-
[!:Autodesk::Revit::Exceptions::NetworkCommunicationError]Thrown when communication with the Parameters Service is unsuccessful.
-
Thrown when the requested parameter is not found.
-
Thrown when the Parameters Service reports an internal error.
-
Thrown when the user is not signed in.