TemporaryGraphicsCommandData.Index Property

TemporaryGraphicsCommandDataIndex Property

The unique index of the temporary graphics object managed by TemporaryGraphicsManager.

Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public int Index { get; }
Public ReadOnly Property Index As Integer
	Get
public:
property int Index {
	int get ();
}
member Index : int with get

Property Value

Int32
See Also