SurfaceElementProjectionZ Enumeration

Presets for given Analytical Projection Z.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public enum SurfaceElementProjectionZ
Members
Member nameValueDescription
BottomOrExterior2 Bottom for floor or Exterior Face for wall element.
CenterOfCore3 Center of core. Applicable for wall analytical model only.
CenterOfElement1 Center of element.
Plane4 Use a Plane for projection (e.g., Grid, Level).
TopOrInterior0 Top for floor or Interior Face for wall element.
See Also