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 | Inherited From |
|---|---|---|---|
| ParameterDownloadOptions() | None | Default constructor. | |
| ParameterDownloadOptions(ISet<ElementId>, Boolean, Boolean, ForgeTypeId) | None | Initializes a new instance of the ParameterDownloadOptions class |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Dispose() | None | Releases all resources used by the ParameterDownloadOptions | |
| Equals | None | Determines whether the specified object is equal to the current object. (Inherited from Object ) | Object |
| GetCategories() | ISet<ElementId> | Get categories for binding. | |
| GetGroupTypeId() | ForgeTypeId | Get properties palette group identifier. | |
| GetHashCode | None | Serves as the default hash function. (Inherited from Object ) | Object |
| GetType | None | Gets the Type of the current instance. (Inherited from Object ) | Object |
| SetCategories(ISet<ElementId>) | None | ||
| SetGroupTypeId(ForgeTypeId) | None | Set properties palette group identifier. | |
| ToString | None | Returns a string that represents the current object. (Inherited from Object ) | Object |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| IsInstance | bool | True if binding to Element instances, false if binding to Element types. | |
| IsValidObject | Boolean | 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. |