2024 Method
Changes 0
M

Group.ShowAttachedDetailGroups

Description:
Shows the element group's attached detail groups of the input group type that are compatible with the input view.
Remarks:
Currently, perpendicular elevation views (for example, North and East views) are considered compatible when deciding whether or not to allow a detail group to be displayed in a view. The show operation may generate an error (FailureMessage) based on id if the orientation of the annotations do not match the orientation of the target view (for example, the failure definition DimensionPerpendicularToView). To prevent displaying detail groups in the wrong view, you can check the OwnerViewId of a detail group to make sure it matches the view in which you are trying to display it.
public void ShowAttachedDetailGroups(
	View view,
	ElementId detailGroupTypeId
)