This document is archived and information here might be outdated.  Recommended version.


IAffineTransformation2D.Reset Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IA > IAffineTransformation2D Interface > IAffineTransformation2D.Reset Method
ArcGIS Developer Help

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

.NET Samples

Create a custom marker placement for placing markers around a point