Revit 2025.3 API
Parameter |
Initializes a new instance of the ParameterDownloadOptions class
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public ParameterDownloadOptions( ISet<ElementId> categories, bool isInstance, bool visible, ForgeTypeId groupTypeId )
Public Sub New ( categories As ISet(Of ElementId), isInstance As Boolean, visible As Boolean, groupTypeId As ForgeTypeId )
public: ParameterDownloadOptions( ISet<ElementId^>^ categories, bool isInstance, bool visible, ForgeTypeId^ groupTypeId )
new : categories : ISet<ElementId> * isInstance : bool * visible : bool * groupTypeId : ForgeTypeId -> ParameterDownloadOptions
Parameters
- categories ISetElementId
- isInstance Boolean
- visible Boolean
- groupTypeId ForgeTypeId
See Also