Share

View.CreateViewTemplate Method

Creates a new view template instance from this view instance.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public View CreateViewTemplate()

Return Value

View
New view template instance

Exceptions

ExceptionCondition
InvalidOperationException The view is not valid for view template creation.

See Also

Reference

Was this information helpful?