ParameterUtilsDownloadParameterOptions(ForgeTypeId, String) Method |
Retrieves settings associated with the given parameter from the Parameters Service.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntaxpublic static ParameterDownloadOptions DownloadParameterOptions(
ForgeTypeId parameterTypeId,
string region
)
Public Shared Function DownloadParameterOptions (
parameterTypeId As ForgeTypeId,
region As String
) As ParameterDownloadOptions
public:
static ParameterDownloadOptions^ DownloadParameterOptions(
ForgeTypeId^ parameterTypeId,
String^ region
)
static member DownloadParameterOptions :
parameterTypeId : ForgeTypeId *
region : string -> ParameterDownloadOptions Parameters
- parameterTypeId ForgeTypeId
-
Parameter identifier.
- region String
-
Region of the account where the parameter is defined.
Return Value
ParameterDownloadOptions
Settings associated with a parameter.
Exceptions
Remarks
The settings associated with a parameter definition are accessible only to an authorized user.
To retrieve them, the user must be signed in.
See Also