TemporaryGraphicsManagerGetAll Method

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

Return Value

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