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


IDigitizerSetup.Transformation Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > ID > IDigitizerSetup Interface > IDigitizerSetup.Transformation Property
ArcGIS Developer Help

IDigitizerSetup.Transformation Property

The transformation used by the digitizer.

[Visual Basic .NET]
Public Property Transformation As ITransformation
[C#]
public ITransformation Transformation {get; set;}

Product Availability

Available with ArcGIS Desktop.

Remarks

Use the Transformation property to customize the transformation of your data from digitizer units to map units.

Transformation uses the AffineTransformation2D CoClass to move, rotate, scale and transform coordinates.

Refer to the IAffineTransformation2D interface documentation for more information about the affine transformation.

See Also

IDigitizerSetup Interface | ITransformation Interface | IDigitizerButtons Interface | IEditor Interface | IEditAttributeProperties Interface