ArcObjects Library Reference (DefenseSolutions)  

IMoleMarkerSymbol.ShowFrame Property

Indicates if the Toggles the frame portion of the symbol.

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

Parameters

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

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IMoleMarkerSymbol Interface