Options for applying view templates
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public enum ViewTemplateApplicationOption
Members
| Member name | Value | Description |
|---|
| AllParameters | 0 |
Apply all parameters controlled by template
|
| AllParametersAndStickIfNone | 2 |
Apply all parameters controlled by template and if none is currently assigned make it view template
|
| UncontrolledParameters | 1 |
Apply only parameters controlled by template and not controlled by currently assigned view template
|
See Also
Reference