This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IR > IRotateTracker Interface > IRotateTracker.AddPoint Method (ArcObjects .NET 10.5 SDK) |
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