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


IACSimpleRenderer.Symbol Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IACSimpleRenderer Interface > IACSimpleRenderer.Symbol Property
ArcGIS Developer Help

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