Revit 2025.3 API
Element |
Determines whether one element id is not less than another element id.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public static bool operator >=( ElementId elementId1, ElementId elementId2 )
Public Shared Operator >= ( elementId1 As ElementId, elementId2 As ElementId ) As Boolean
public: static bool operator >=( ElementId^ elementId1, ElementId^ elementId2 )
static let inline (>=) elementId1 : ElementId * elementId2 : ElementId : bool
Parameters
Return Value
BooleanTrue if the first element id is not less than the second element id, otherwise, false.
See Also