GroupHideAttachedDetailGroups Method |
Hides the element group's attached detail groups of the input group type that
are compatible with the input view.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic void HideAttachedDetailGroups(
View view,
ElementId detailGroupTypeId
)
Public Sub HideAttachedDetailGroups (
view As View,
detailGroupTypeId As ElementId
)
public:
void HideAttachedDetailGroups(
View^ view,
ElementId^ detailGroupTypeId
)
member HideAttachedDetailGroups :
view : View *
detailGroupTypeId : ElementId -> unit
Parameters
- view View
-
The view that the attached detail groups must be compatible with.
- detailGroupTypeId ElementId
-
Only attached detail groups of this type will be hidden.
Exceptions
See Also