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


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

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