Indicates if a graphical attribute is overriden.
[Visual Basic .NET] Public ReadOnly Property HasAttributeOverride As Boolean
[C#] public bool HasAttributeOverride {get;}
[C++]
HRESULT get_HasAttributeOverride(
VARIANT_BOOL* HasAttributeOverride
);
[C++]Parameters
HasAttributeOverride [out, retval] HasAttributeOverride is a parameter of type VARIANT_BOOL
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
HasAttributeOverride property will return True when a feature representation has attribute overrides. To get information on whether or not the representation has shape overrides, use IRepresentation::HasShapeOverride property.