| Revit 2020 API |
| View..::..GetPrimaryViewId Method |
| View Class See Also |
Get the id of the primary view.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
Since:
2013
Syntax
| C# |
|---|
public ElementId GetPrimaryViewId() |
| Visual Basic |
|---|
Public Function GetPrimaryViewId As ElementId |
| Visual C++ |
|---|
public: ElementId^ GetPrimaryViewId() |
Return Value
The id of the primary view, or InvalidElementId if there is no primary view.
Remarks
The primary view is the view from which a dependent view is created.