StartingViewSettings Class


The initial view settings for a document dictate which view will initially be open when this model is opened. These settings are available for all Revit project documents.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 2015.0.0.0 (2015.0.0.0)
Since: 2012

Syntax

C#
public class StartingViewSettings : Element
Visual Basic
Public Class StartingViewSettings _
	Inherits Element
Visual C++
public ref class StartingViewSettings : public Element

Remarks

If worksharing is enabled, the same settings will be used by the central model and all local files and the settings will live in the Project Info workset.

Inheritance Hierarchy

System Object
Autodesk.Revit.DB Element
Autodesk.Revit.DB StartingViewSettings

See Also