ArcObjects Library Reference (DefenseSolutions)  

IMoleMarkerSymbol.ShowFill Property

Indicates if the Toggles the filled portion of the symbol.

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

Parameters

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

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IMoleMarkerSymbol Interface