This document is archived and information here might be outdated.  Recommended version.


IOverride.RemoveOverrides Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IOverride.RemoveOverrides Method

Removes all attributes overrides from the representation.

[Visual Basic .NET]
Public Sub RemoveOverrides ( _
)
[C#]
public void RemoveOverrides (
);
[C++]
HRESULT RemoveOverrides(
void
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

RemoveOverrides method can be used to remove all overrides (except shape overrides) present on a feature representation.

For removing shape override, use IRepresentation::RemoveShapeOverride method.

See Also

IOverride Interface