2023 Enumeration
Changes 7
E

AnalyticalProjectionType

Description:
Presets for given Analytical Projection. Combined with AnalyticalDirection, this abstracts Analytical Projections for all Structural Elements
[ObsoleteAttribute("This enum is deprecated in Revit 2023 and may be removed in a future version of Revit.")]
public enum AnalyticalProjectionType
Name Description
E Top Vertically, on top of physical model.
E Center Vertically, center of physical model.
E Bottom Vertically, bottom of physical model.
E SideOne Horizontally, corresponds to first side (e.g., interior).
E SideTwo Horizontally, corresponds to second side (e.g., exterior).
E AutoDetect Auto-detect projections for analytical model.
E Invalid Set to a bad setting. Should only be set at this very rarely (i.e., at initial creation).
E SketchCurve For sketch-based analytical models.
E DatumPlane Use a Datum Plane for projection (e.g., Grid, Level).
E NotApplicable None of the other projection types apply.
E Default Element-specific default value.
E CenterOfCore Center of wall core.
E LocationLine Location Line.
E Varies Projection types are different at each end.