ArcObjects Library Reference (TrackingAnalyst)  

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,
  VARIANT_BOOL* result
);
[C++]

Parameters

Symbol [in]

  Symbol is a parameter of type ISymbol

result [out, retval]   result is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ITxSymbolSelector Interface