Revit 2025.3 API
Part |
Returns offsets for plane-defining splitters.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public IDictionary<ElementId, double> GetSplitRefsOffsets()
Public Function GetSplitRefsOffsets As IDictionary(Of ElementId, Double)
public: IDictionary<ElementId^, double>^ GetSplitRefsOffsets()
member GetSplitRefsOffsets : unit -> IDictionary<ElementId, float>
Return Value
IDictionaryElementId, DoubleSee Also