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