Gets a collection of curves representing the DatumPlane element in the given view.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
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
Exception | Condition |
---|---|
ArgumentException | The datum plane cannot be visible in the view. |
ArgumentNullException | A non-optional argument was null |
ArgumentOutOfRangeException | A value passed for an enumeration argument is not a member of that enumeration |