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