ViewSheet.GetAllPlacedViews
Description:
Returns the ElementIds of Views placed on this sheet.
Returns the ElementIds of Views placed on this sheet.
Remarks:
Schedules on the sheet are not returned by this method. Use ScheduleSheetInstance.OwnerViewId to find the sheet on which a schedule is placed.
Schedules on the sheet are not returned by this method. Use ScheduleSheetInstance.OwnerViewId to find the sheet on which a schedule is placed.
public ISet<ElementId> GetAllPlacedViews()
ISet<ElementId>
The ids of the views on this sheet.