ArcObjects Library Reference (Carto)  

IDotDensityRenderer.DotDensitySymbol Property

The dot density symbol.

[Visual Basic .NET]
Public Property DotDensitySymbol As IDotDensityFillSymbol
[C#]
public IDotDensityFillSymbol DotDensitySymbol {get; set;}
[C++]
HRESULT get_DotDensitySymbol(
  IDotDensityFillSymbol** Symbol
);
[C++]
HRESULT putref_DotDensitySymbol(
  IDotDensityFillSymbol* Symbol
);
[C++]

Parameters

Symbol [out, retval]

  Symbol is a parameter of type IDotDensityFillSymbol

Symbol [in]

  Symbol is a parameter of type IDotDensityFillSymbol

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IDotDensityRenderer Interface