This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITxSymbolSelector Interface > ITxSymbolSelector.SelectSymbol Method (ArcObjects .NET 10.5 SDK) |
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