Checks if the plan view range is valid.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public IList<PlanViewRangeError> CheckPlanViewRangeValidity( PlanViewRange planViewRange )
Parameters
- planViewRange PlanViewRange
- The view range to validate.
Return Value
IList<PlanViewRangeError>List of enums describing any errors in the plan view range.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
