2024 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
C ParameterDownloadOptions() None Default constructor.
C ParameterDownloadOptions(ISet<ElementId>, Boolean, Boolean, ForgeTypeId) None Creates a new ParameterDownloadOptions instance. Category bindings are represented by an ElementIdSet populated with category identifiers.
Name Return Type Description
M Dispose() None Releases all resources used by the
M GetCategories() ISet<ElementId> Get categories for binding.
M GetGroupTypeId() ForgeTypeId Get properties palette group identifier.
M SetCategories(ISet<ElementId>) None Set categories for binding.
M SetGroupTypeId(ForgeTypeId) None Set properties palette group identifier.
Name Return Type Description
P IsInstance bool True if binding to Element instances, false if binding to Element types.
P IsValidObject bool 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.