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


ITransformationMethod.TransformElement Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (EditorExt)  

ITransformationMethod.TransformElement Method

Transforms the given element.

[Visual Basic .NET]
Public Sub TransformElement ( _
    ByVal element As IElement _
)
[C#]
public void TransformElement (
    IElement element
);

Product Availability

Available with ArcGIS Desktop.

See Also

ITransformationMethod Interface