ArcObjects Library Reference (Geometry)  

IAffineTransformation2D.Reset Method

Resets the tranformation.

[Visual Basic .NET]
Public Sub Reset ( _
)
[C#]
public void Reset (
);
[C++]
HRESULT Reset(
void
);

Product Availability

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

Description

Resets the AffineTransformation matrix and corresponding transformations.  A Reset AffineTransformation2D object corresponds to an identity transformation.

See Also

IAffineTransformation2D Interface