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