This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IO > IOverride Interface > IOverride.IsOverridenWithField Method (ArcObjects .NET 10.4 SDK) |
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