Revit 2023 API |
AnalyticalSupportType Enumeration |
See Also |
Indicates what kind of support another Element provides -- Point, Surface, or Curve.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Syntax
C# |
---|
public enum AnalyticalSupportType |
Visual Basic |
---|
Public Enumeration AnalyticalSupportType |
Visual C++ |
---|
public enum class AnalyticalSupportType |
Members
Member name | Description |
---|---|
UnknownSupport | Support has not been determined. |
PointSupport | Support at just one point. |
CurveSupport | Support along a curve. |
SurfaceSupport | Support along a surface. |