| Revit 2018 API |
| SurfaceElementProjectionZ Enumeration |
| See Also |
Presets for given Analytical Projection Z.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 18.0.0.0 (18.2.0.0)
Syntax
| C# |
|---|
public enum SurfaceElementProjectionZ |
| Visual Basic |
|---|
Public Enumeration SurfaceElementProjectionZ |
| Visual C++ |
|---|
public enum class SurfaceElementProjectionZ |
Members
| Member name | Description |
|---|---|
| TopOrInterior | Top for floor or Interior Face for wall element. |
| CenterOfElement | Center of element. |
| BottomOrExterior | Bottom for floor or Exterior Face for wall element. |
| CenterOfCore | Center of core. Applicable for wall analytical model only. |
| Plane | Use a Plane for projection (e.g., Grid, Level). |