ParameterDownloadOptions
Description:
An option class used for downloading parameters from the Parameters Service.
An option class used for downloading parameters from the Parameters Service.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.ParameterDownloadOptions
System.Object
Autodesk.Revit.DB.ParameterDownloadOptions
public class ParameterDownloadOptions : IDisposable
| Name | Return Type | Description |
|---|---|---|
| ParameterDownloadOptions() | None | Default constructor. |
| 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 |
|---|---|---|
| Dispose() | None | Releases all resources used by the |
| GetCategories() | ISet<ElementId> | Get categories for binding. |
| GetGroupTypeId() | ForgeTypeId | Get properties palette group identifier. |
| SetCategories(ISet<ElementId>) | None | Set categories for binding. |
| SetGroupTypeId(ForgeTypeId) | None | Set properties palette group identifier. |
| Name | Return Type | Description |
|---|---|---|
| IsInstance | bool | True if binding to Element instances, false if binding to Element types. |
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |
| Visible | bool | True if the parameter is visible to the user, false if it is hidden and accessible only via the API. |