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


IOverride.IsOverridenWithField Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

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,
  long* fldIdx
);
[C++]

Parameters attrs [in]
attrs is a parameter of type IGraphicAttributes idx [in] idx is a parameter of type long fldIdx [out, retval] fldIdx is a parameter of type long

Product Availability

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

See Also

IOverride Interface