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


IFieldOverride.GraphicAttributes Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IF > IFieldOverride Interface > IFieldOverride.GraphicAttributes Property
ArcGIS Developer Help

IFieldOverride.GraphicAttributes Property

Graphic attributes list that contains the overriden graphic attribute.

[Visual Basic .NET]
Public ReadOnly Property GraphicAttributes As IGraphicAttributes
[C#]
public IGraphicAttributes GraphicAttributes {get;}
[C++]
HRESULT get_GraphicAttributes(
  IGraphicAttributes** Attributes
);
[C++]
Parameters
Attributes [out, retval]

Attributes is a parameter of type IGraphicAttributes**

Product Availability

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

See Also

IFieldOverride Interface