This document is archived and information here might be outdated. Recommended version. |
Removes all attributes overrides from the representation.
[Visual Basic .NET]
Public Sub RemoveOverrides ( _
)
[C#]
public void RemoveOverrides (
);
[C++]
HRESULT RemoveOverrides(
void
);
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.