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


IAdjustment.TransformationMethod Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > EditorExt > ESRI.ArcGIS.EditorExt > Interfaces > IA > IAdjustment Interface > IAdjustment.TransformationMethod Property
ArcGIS Developer Help

IAdjustment.TransformationMethod Property

A transformation method by index.

[Visual Basic .NET]
Public Function get_TransformationMethod ( _
    ByVal index As Integer _
) As ITransformationMethod
[C#]
public ITransformationMethod get_TransformationMethod (
    int index
);

Product Availability

Available with ArcGIS Desktop.

See Also

IAdjustment Interface