The allowed values for the INSERT_ORIENTATION parameter.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public enum InsertOrientation
Members
| Member name | Value | Description |
|---|
| Exterior | 2 |
Insert is aligned with the Tapered wall's exterior face.
|
| Interior | 3 |
Insert is aligned with the Tapered wall's interior face.
|
| Slanted | 1 |
Insert is aligned with the Slanted wall's slant direction.
|
| Vertical | 0 |
Insert is vertical regardless of the wall's slant.
|
See Also
Reference