Returns the starting view settings for the specified document.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since: 2012
Syntax
| C# |
|---|
public static StartingViewSettings GetStartingViewSettings( Document doc ) |
| Visual Basic |
|---|
Public Shared Function GetStartingViewSettings ( _ doc As Document _ ) As StartingViewSettings |
| Visual C++ |
|---|
public: static StartingViewSettings^ GetStartingViewSettings( Document^ doc ) |
Parameters
- doc
- Type: Autodesk.Revit.DB..::..Document
The document to get the settings from, which must be a project document.
Return Value
The starting view settings for the document.
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentException | doc is not a project document. |
| Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was NULL |