This document is archived and information here might be outdated. Recommended version. |
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*