Revit 2025 API
Forge |
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public static bool operator <( ForgeTypeId lhs, ForgeTypeId rhs )
Public Shared Operator < ( lhs As ForgeTypeId, rhs As ForgeTypeId ) As Boolean
public: static bool operator <( ForgeTypeId^ lhs, ForgeTypeId^ rhs )
static let inline (<) lhs : ForgeTypeId * rhs : ForgeTypeId : bool
Parameters
- lhs ForgeTypeId
- rhs ForgeTypeId
Return Value
BooleanSee Also