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


IScaleRotateTracker.AddGeometry Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CadastralUI > ESRI.ArcGIS.CadastralUI > Interfaces > IS > IScaleRotateTracker Interface > IScaleRotateTracker.AddGeometry Method
ArcGIS Developer Help

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