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


IRepresentationGraphics.ResetGeometry Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IR > IRepresentationGraphics Interface > IRepresentationGraphics.ResetGeometry Method
ArcGIS Developer Help

IRepresentationGraphics.ResetGeometry Method

Resets the geometry enumeration in a representation graphic.

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

Product Availability

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

See Also

IRepresentationGraphics Interface