This document is archived and information here might be outdated. Recommended version. |
Sets the text symbol for the given graphic.
[Visual Basic .NET] Public Sub SetTextSymbol ( _ ByVal id As Integer, _ ByVal pSymbol As ISimpleTextSymbol _ )
[C#] public void SetTextSymbol ( int id, ISimpleTextSymbol pSymbol );
[C++]
HRESULT SetTextSymbol(
long id,
ISimpleTextSymbol* pSymbol
);
[C++]
Parameters id [in]
id is a parameter of type long pSymbol [in]
pSymbol is a parameter of type ISimpleTextSymbol*
Sets the text symbol which will be used for the graphic's label.