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


ITxSymbolSelector.SelectSymbol 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.SelectSymbol Method
ArcGIS Developer Help

ITxSymbolSelector.SelectSymbol Method

Displays a dialog that lets the user select a symbol.

[Visual Basic .NET]
Public Function SelectSymbol ( _
    ByVal HWnd As Integer _
) As Boolean
[C#]
public bool SelectSymbol (
    int HWnd
);
[C++]
HRESULT SelectSymbol(
  OLE_HANDLE HWnd
);
[C++]
Parameters
HWnd [in]

HWnd is a parameter of type OLE_HANDLE

Product Availability

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

See Also

ITxSymbolSelector Interface