This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > EditorExt > ESRI.ArcGIS.EditorExt > Interfaces > IT > ITransformationMethod Interface > ITransformationMethod.TransformShape Method (ArcObjects .NET 10.5 SDK) |
Transforms the given geometry.
[Visual Basic .NET] Public Sub TransformShape ( _ ByVal geometry As IGeometry _ )
[C#] public void TransformShape ( IGeometry geometry );