This document is archived and information here might be outdated. Recommended version. |
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*