AdaptivePointType Enumeration


An enumerated type containing possible types for Adaptive Points.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 2015.0.0.0 (2015.0.0.0)
Since: 2012

Syntax

C#
public enum AdaptivePointType
Visual Basic
Public Enumeration AdaptivePointType
Visual C++
public enum class AdaptivePointType

Members

Member name Description
ReferencePoint Reference Point.
PlacementPoint Placement Point.
ShapeHandlePoint Shape Handle Point.

See Also