RVTDocs.com
Namespace: Autodesk.Revit.DB Class: Options

Options.View

Property
Description:
The view used for geometry extraction.
Remarks:
If a view-specific version of an element exists, it will be extracted in the retrieval of geometry. Also, the detail level of the geometry will be taken from the view's detail level.
Syntax
public View View { get; set; }
Exceptions
Exception Condition
ArgumentNullException Thrown when setting this property with a.
InvalidOperationException Thrown when setting this property, if DetailLevel is already set. When DetailLevel is set view-specific geometry can't be extracted.