Revit 2026 API
Adaptive |
Verifies if the Reference Point is an Adaptive Shape Handle Point.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static bool IsAdaptiveShapeHandlePoint( Document doc, ElementId refPointId )
Public Shared Function IsAdaptiveShapeHandlePoint ( doc As Document, refPointId As ElementId ) As Boolean
public: static bool IsAdaptiveShapeHandlePoint( Document^ doc, ElementId^ refPointId )
static member IsAdaptiveShapeHandlePoint : doc : Document * refPointId : ElementId -> bool
Parameters
Return Value
BooleanTrue if the Point is an Adaptive Shape Handle Point.
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
See Also