Revit 2026 API
Temporary |
Returns all temporary graphics object indexes managed by this manager.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public ICollection<int> GetAll()
Public Function GetAll As ICollection(Of Integer)
public: ICollection<int>^ GetAll()
member GetAll : unit -> ICollection<int>
Return Value
ICollectionInt32Collection of temporary graphics object indexes managed by this manager.
See Also