This document is archived and information here might be outdated. Recommended version. |
Adds a point to the polygon.
[Visual Basic .NET] Public Sub AddPoint ( _ ByVal Point As IGPPoint _ )
[C#] public void AddPoint ( IGPPoint Point );
[C++]
HRESULT AddPoint(
IGPPoint* Point
);
[C++] Parameters Point [in]
Point is a parameter of type IGPPoint*