CreateViewTemplate Method


View Create View Template Method

Creates a new view template instance from this view instance.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public View CreateViewTemplate()

Return Value

View
New view template instance
Exceptions
Exception Condition
InvalidOperationException The view is not valid for view template creation.
See Also