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


IOverride.IsOverridenWithField Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IO > IOverride Interface > IOverride.IsOverridenWithField Method
ArcGIS Developer Help

IOverride.IsOverridenWithField Method

Checks if the value of a graphical attribute comes from a feature field.

[Visual Basic .NET]
Public Function IsOverridenWithField ( _
    ByVal attrs As IGraphicAttributes, _
    ByVal idx As Integer _
) As Integer
[C#]
public int IsOverridenWithField (
    IGraphicAttributes attrs,
    int idx
);
[C++]
HRESULT IsOverridenWithField(
  IGraphicAttributes* attrs,
  long idx
);
[C++]
Parameters
attrs [in]

attrs is a parameter of type IGraphicAttributes* idx [in]
idx is a parameter of type long

Product Availability

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

See Also

IOverride Interface