AnalyticalSupportType Enumeration

Indicates what kind of support another Element provides -- Point, Surface, or Curve.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public enum AnalyticalSupportType
Members
Member nameValueDescription
CurveSupport2 Support along a curve.
PointSupport1 Support at just one point.
SurfaceSupport3 Support along a surface.
UnknownSupport0 Support has not been determined.
See Also