Retrieves settings associated with the given parameter from the Parameters Service.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static ParameterDownloadOptions DownloadParameterOptions(
ForgeTypeId parameterTypeId
)
Parameters
- parameterTypeId ForgeTypeId
-
Parameter identifier.
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
Reference