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


IACSimpleRenderer.Symbol Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IACSimpleRenderer.Symbol Property

Symbol used to draw each feature.

[Visual Basic .NET]
Public Property Symbol As IACSymbol
[C#]
public IACSymbol Symbol {get; set;}
[C++]
HRESULT get_Symbol(
  IACSymbol** Symbol
);
[C++]
HRESULT putref_Symbol(
  IACSymbol* Symbol
);
[C++]

Parameters Symbol [out, retval]
Symbol is a parameter of type IACSymbol Symbol [in]
Symbol is a parameter of type IACSymbol

Product Availability

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

See Also

IACSimpleRenderer Interface