Revit 2025 API
Ruled |
Checks if a point was used to define the first profile.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public bool HasFirstProfilePoint()
Public Function HasFirstProfilePoint As Boolean
public: bool HasFirstProfilePoint()
member HasFirstProfilePoint : unit -> bool
Return Value
BooleanTrue if a point was used to define the first profile, false otherwise.
See Also