ViewGetPrimaryViewId Method

Get the id of the primary view.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public ElementId GetPrimaryViewId()

Return Value

ElementId
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.
See Also