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.