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


IGeometricEffect.Reset Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Display)  

IGeometricEffect.Reset Method

Resets the collection of generated geometries. Must be called before using NextGeometry.

[Visual Basic .NET]
Public Sub Reset ( _
    ByVal Geometry As IGeometry _
)
[C#]
public void Reset (
    IGeometry Geometry
);
[C++]
HRESULT Reset(
  IGeometry* Geometry
);
[C++]

Parameters Geometry [in]
Geometry is a parameter of type IGeometry

Product Availability

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

See Also

IGeometricEffect Interface