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


ITxSymbolSelector.SelectSymbol Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

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(
  Long HWnd,
  VARIANT_BOOL* ok
);
[C++]

Parameters HWnd [in] HWnd is a parameter of type Long ok [out, retval] ok 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