This document is archived and information here might be outdated. Recommended version. |
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