Verifies if the Reference Point is an Adaptive Shape Handle Point.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static bool IsAdaptiveShapeHandlePoint(
Document doc,
ElementId refPointId
)
Parameters
- doc Document
-
The Document
- refPointId ElementId
-
The ReferencePoint id
Return Value
Boolean
True if the Point is an Adaptive Shape Handle Point.
Exceptions
See Also
Reference