AdaptivePointType Enumeration

AdaptivePointType Enumeration

An enumerated type containing possible types for Adaptive Points.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public enum AdaptivePointType
Public Enumeration AdaptivePointType
public enum class AdaptivePointType
type AdaptivePointType
Members
Member nameValueDescription
PlacementPoint1 Placement Point.
ReferencePoint0 Reference Point.
ShapeHandlePoint2 Shape Handle Point.
See Also