ParameterDownloadOptions
An option class used for downloading parameters from the Parameters Service.
Inheritance Hierarchy
System.Object
Autodesk.Revit.DB.ParameterDownloadOptions
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public class ParameterDownloadOptions : IDisposableThe ParameterDownloadOptions type exposes the following members.
Constructors
Name
Description
Public Method
ParameterDownloadOptions.
Default constructor.
Public Method
ParameterDownloadOptions(ISet.ElementId., Boolean, Boolean, ForgeTypeId)
Creates a new ParameterDownloadOptions instance. Category bindings are represented by an ElementIdSet populated with category identifiers.
Properties
Name
Description
Public Property
IsInstance
True if binding to Element instances, false if binding to Element types.
Public Property
IsValidObject
Specifies whether the .NET object represents a valid Revit entity.
Public Property
Visible
True if the parameter is visible to the user, false if it is hidden and accessible only via the API.
Methods
Name
Description
Public Method
Dispose
Releases all resources used by the ParameterDownloadOptions
Public Method
Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object)
Public Method
GetCategories
Get categories for binding.
Public Method
GetGroupTypeId
Get properties palette group identifier.
Public Method
GetHashCode
Serves as the default hash function.
(Inherited from Object)
Public Method
GetType
Gets the Type of the current instance.
(Inherited from Object)
Public Method
SetCategories
Set categories for binding.
Public Method
SetGroupTypeId
Set properties palette group identifier.
Public Method
ToString
Returns a string that represents the current object.
(Inherited from Object)