Resets the collection of transformations. Must be called before using NextTransformation.
[Visual Basic .NET] Public Sub Reset ( _ ByVal geom As IGeometry _ )
[C#] public void Reset ( IGeometry geom );
[C++]
HRESULT Reset(
IGeometry* geom
);
[C++]Parameters
geom [in]geom is a parameter of type IGeometry
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.