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


IFieldOverride.GraphicAttributes Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Display)  

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