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


ITransformationMethod.TransformShape Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > EditorExt > ESRI.ArcGIS.EditorExt > Interfaces > IT > ITransformationMethod Interface > ITransformationMethod.TransformShape Method
ArcGIS Developer Help

ITransformationMethod.TransformShape Method

Transforms the given geometry.

[Visual Basic .NET]
Public Sub TransformShape ( _
    ByVal geometry As IGeometry _
)
[C#]
public void TransformShape (
    IGeometry geometry
);

Product Availability

Available with ArcGIS Desktop.

See Also

ITransformationMethod Interface