An enumerated type containing possible types for Adaptive Points.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public enum AdaptivePointType
Members
Member name | Value | Description |
---|---|---|
PlacementPoint | 1 | Placement Point. |
ReferencePoint | 0 | Reference Point. |
ShapeHandlePoint | 2 | Shape Handle Point. |