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


IScaleRotateTracker.AddGeometry Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (CadastralUI)  

IScaleRotateTracker.AddGeometry Method

Adds a geometry to be scaled.

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

Product Availability

Available with ArcGIS Desktop.

See Also

IScaleRotateTracker Interface