The unique index of the temporary graphics object managed by TemporaryGraphicsManager.
Namespace: Autodesk.Revit.UIAssembly: RevitAPIUI (in RevitAPIUI.dll) Version: 23.0.0.0 (23.1.0.0)
Since: 2022
Syntax
| C# |
|---|
public int Index { get; internal set; } |
| Visual Basic |
|---|
Public Property Index As Integer Get Friend Set |
| Visual C++ |
|---|
public: property int Index { int get (); internal: void set (int value); } |