This document is archived and information here might be outdated.  Recommended version.


ITxSymbolSelector.AddSymbol Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITxSymbolSelector Interface > ITxSymbolSelector.AddSymbol Method
ArcGIS Developer Help

ITxSymbolSelector.AddSymbol Method

Brings up a dialog for Adding a symbol.

[Visual Basic .NET]
Public Function AddSymbol ( _
    ByVal Symbol As ISymbol _
) As Boolean
[C#]
public bool AddSymbol (
    ISymbol Symbol
);
[C++]
HRESULT AddSymbol(
  ISymbol* Symbol
);
[C++]
Parameters
Symbol [in]

Symbol is a parameter of type ISymbol*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

ITxSymbolSelector Interface