Applies to this view the parameters of the input view that are not controlled by the current view template.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public void ApplyViewTemplateParameters( View otherView )
Parameters
- otherView View
- The view whose parameters are to be applied to this view. It does not have to be a valid template (property IsTemplate can be true or false).
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
