ArcObjects Library Reference (DefenseSolutions)  

IMoleMarkerSymbol.ShowIcon Property

Indicates if the Toggles the icon portion of the symbol.

[Visual Basic .NET]
Public Property ShowIcon As Boolean
[C#]
public bool ShowIcon {get; set;}
[C++]
HRESULT get_ShowIcon(
  VARIANT_BOOL* ShowIcon
);
[C++]
HRESULT put_ShowIcon(
  VARIANT_BOOL ShowIcon
);
[C++]

Parameters

ShowIcon [out, retval]   ShowIcon is a parameter of type VARIANT_BOOL ShowIcon [in]   ShowIcon is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IMoleMarkerSymbol Interface