ArcObjects Library Reference (EditorExt)  

ITransformationMethodGEN.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

ITransformationMethodGEN Interface