This document is archived and information here might be outdated.  Recommended version.


IDotDensityRenderer.DotDensitySymbol Property (ArcObjects .NET 10.5 SDK)
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