Revit 2025 API
Temporary |
Returns all temporary graphics object indexes managed by this manager.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.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