This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDotDensityRenderer Interface > IDotDensityRenderer.DotDensitySymbol Property (ArcObjects .NET 10.4 SDK) |
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