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


IFieldOverride.GraphicAttributeID 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.GraphicAttributeID Property
ArcGIS Developer Help

IFieldOverride.GraphicAttributeID Property

ID of the overriden graphic attribute.

[Visual Basic .NET]
Public ReadOnly Property GraphicAttributeID As Integer
[C#]
public int GraphicAttributeID {get;}
[C++]
HRESULT get_GraphicAttributeID(
  System.Int32* ID
);
[C++]
Parameters
ID [out, retval]

ID is a parameter of type long*

Product Availability

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

See Also

IFieldOverride Interface