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


IRepresentation.RemoveShapeOverride Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IRepresentation.RemoveShapeOverride Method

Removes the shape override.

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

Product Availability

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

Remarks

For removing other attribute overrides, use either IOverride::RemoveOverride or IOverride::RemoveOverrides method.

See Also

IRepresentation Interface