ViewGetDependentViewIds Method

Get the ids of dependent views.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public ICollection<ElementId> GetDependentViewIds()

Return Value

ICollectionElementId
Ids of the dependent views.
See Also