This document is archived and information here might be outdated. Recommended version. |
Sets a new symbol for the given graphic.
[Visual Basic .NET] Public Sub SetSymbol ( _ ByVal id As Integer, _ ByVal pGraphicTrackerSymbol As IGraphicTrackerSymbol _ )
[C#] public void SetSymbol ( int id, IGraphicTrackerSymbol pGraphicTrackerSymbol );
[C++]
HRESULT SetSymbol(
long id,
IGraphicTrackerSymbol* pGraphicTrackerSymbol
);
[C++] Parameters id [in]
id is a parameter of type long pGraphicTrackerSymbol [in]
pGraphicTrackerSymbol is a parameter of type IGraphicTrackerSymbol*