The view used for geometry extraction.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public View View { get; set; }
Property Value
ViewExceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | Thrown when setting this property with a null. |
| InvalidOperationException | Thrown when setting this property, if DetailLevel is already set. When DetailLevel is set view-specific geometry can't be extracted. |
