Share

View.IsValidViewTemplate Method

Verifies that the view represented by templateId can be set as the controlling view template for this view.


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

Syntax

C#

public bool IsValidViewTemplate(
	ElementId templateId
)

Parameters

templateId  ElementId
The id to be validated as a view template for this view.

Return Value

Boolean
True if the view is valid for us as a view template and compatible with this view, or if it is InvalidElementId, false otherwise.

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?