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