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.