Gets a list of candidate views which are parallel to the current view and to which the extents of the datum may be propagated.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public ISet<ElementId> GetPropagationViews( View view )
Parameters
- view View
- The view on which the DatumPlane shows.
Return Value
ISet<ElementId>A set of ElementIds of the parallel views for extent propagation.
Exceptions
Exception | Condition |
---|---|
ArgumentException | The datum plane cannot be visible in the view. |
ArgumentNullException | A non-optional argument was null |