Gets a collection of curves representing the DatumPlane element in the given view.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public IList<Curve> GetCurvesInView(
DatumExtentType extentMode,
View view
)
Parameters
- extentMode DatumExtentType
-
The extent type.
- view View
-
The view.
Return Value
IList<Curve>
The curves.
Exceptions
Remarks
Curves returned for Model extents can be different than curves returned for View-specific extents (2d extents) in the given view.
In some cases, such as an arc grid in a section view, there will be two identical curves but offset from one another.
See Also
Reference