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


IRotateTracker.AddGeometry Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IR > IRotateTracker Interface > IRotateTracker.AddGeometry Method
ArcGIS Developer Help

IRotateTracker.AddGeometry Method

Adds a geometry to be rotated.

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

Geometry is a parameter of type IGeometry*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IRotateTracker Interface