This documentation is for the old version. Go to the latest Graphics Mill docs

VObjectAction.Id Property

Gets the unique identifier of the action.

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls.VectorObjects (in Aurigma.GraphicsMill.WinControls.VectorObjects.dll)

Syntax

Visual Basic
Public ReadOnly Property Id As Integer
C#
public int Id { get; }

Property Value

The unique identifier of the action.

Implements

IVObjectAction.Id

Remarks

This identifier is constant and it never changes.

See Also

Reference