Returns the attached detail groups which have displayed instances for
this group type in the input view.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
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
) |
Return Value
The collection of attached detail group Ids that match this group's type.
Exceptions
See Also