2026 Class
Changes 4
C

ParameterDownloadOptions

Description:
An option class used for downloading parameters from the Parameters Service.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.ParameterDownloadOptions
public class ParameterDownloadOptions : IDisposable
Name Return Type Description Inherited From
C ParameterDownloadOptions() None Default constructor.
C ParameterDownloadOptions(ISet<ElementId>, Boolean, Boolean, ForgeTypeId) None Initializes a new instance of the ParameterDownloadOptions class
Name Return Type Description Inherited From
M Dispose() None Releases all resources used by the ParameterDownloadOptions
M Equals None Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
M GetCategories() ISet<ElementId> Get categories for binding.
M GetGroupTypeId() ForgeTypeId Get properties palette group identifier.
M GetHashCode None Serves as the default hash function. (Inherited from Object ) Object
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M SetCategories(ISet<ElementId>) None
M SetGroupTypeId(ForgeTypeId) None Set properties palette group identifier.
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object
Name Return Type Description Inherited From
P IsInstance bool True if binding to Element instances, false if binding to Element types.
P IsValidObject Boolean Specifies whether the .NET object represents a valid Revit entity.
P Visible bool True if the parameter is visible to the user, false if it is hidden and accessible only via the API.