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


IRotateTracker.AddPoint 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.AddPoint Method
ArcGIS Developer Help

IRotateTracker.AddPoint Method

Adds a point and symbol to be rotated.

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

Geometry is a parameter of type IGeometry* sym [in]
sym is a parameter of type IMarkerSymbol*

Product Availability

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

See Also

IRotateTracker Interface