<Code Lib>
2025 Method
Changes 0
M

DatumPlane.PropagateToViews

Description:
Propagates the extents applied to this datum in the view to the specified parallel views.

public void PropagateToViews(
	View view,
	ISet<ElementId> parallelViews
)

  • view
    The view on which the DatumPlane shows.
  • parallelViews
    The ids of the specified parallel views.

  • The datum plane cannot be visible in the view. -or- One ElementId in parallelViews is not valid for extent propagation.
  • A non-optional argument was null

Loading…