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


ITransformationMethodGEN.TransformElement Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (EditorExt)  

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

ITransformationMethodGEN Interface