ParameterDownloadOptions(ISetElementId, Boolean, Boolean, ForgeTypeId) Constructor |
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic 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