ArcObjects Library Reference  (Display)    

IGeometricEffect.Reset Method

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

[Visual Basic 6.0]
Sub Reset(
    ByVal Geometry As IGeometry _
)
[Visual Basic .NET]
Public Sub Reset ( _
    ByVal Geometry As IGeometry _
)
[C#]
public void Reset (
    IGeometry Geometry
);
[Java]
public void reset (
    IGeometry Geometry
)
throws
    IOException,
    AutomationException
[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