TemporaryGraphicsManagerGetAll Method

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()

Return Value

ICollectionInt32
Collection of temporary graphics object indexes managed by this manager.
See Also