Retrieves the unique identifier for this object.

Namespace:  RightEdge.Common.ChartObjects
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
public virtual Guid GetObjectId()
Visual Basic (Declaration)
Public Overridable Function GetObjectId As Guid
Visual C++
public:
virtual Guid GetObjectId()

Return Value

Guid representing the unique object identifier for this object.

Implements

IChartObject..::.GetObjectId()()()

See Also