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.
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 | IEditAttributeProperties Interface