| Revit 2019.2 API |
| Group..::..GetShownAttachedDetailGroupTypeIds Method |
| Group Class See Also |
Returns the attached detail groups which have displayed instances for
this group type in the input view.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.2.0.66)
Since:
2019.1
Syntax
| C# |
|---|
public ISet<ElementId> GetShownAttachedDetailGroupTypeIds( View view ) |
| Visual Basic |
|---|
Public Function GetShownAttachedDetailGroupTypeIds ( _ view As View _ ) As ISet(Of ElementId) |
| Visual C++ |
|---|
public: ISet<ElementId^>^ GetShownAttachedDetailGroupTypeIds( View^ view ) |
Parameters
- view
- Type: Autodesk.Revit.DB..::..View
The view in which the attached detail groups are displayed.
Return Value
The collection of attached detail group Ids that match this group's type.
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was NULL |
| Autodesk.Revit.Exceptions..::..InvalidOperationException | The input group is not a model group and can therefore not have attached detail groups. |