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


IRotateTracker.AddGeometry Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Display)  

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