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


IDotDensityRenderer.DotDensitySymbol Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDotDensityRenderer Interface > IDotDensityRenderer.DotDensitySymbol Property
ArcGIS Developer Help

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