Revit 2026 API
Rebar |
Identifies the number of couplers in a set.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public int GetCouplerQuantity()
Public Function GetCouplerQuantity As Integer
public: int GetCouplerQuantity()
member GetCouplerQuantity : unit -> int
Return Value
Int32Returns the number of couplers in a set.
See Also