This document is archived and information here might be outdated. Recommended version. |
Adds a vertex with the specified position to the schematic in memory feature link geometry.
[Visual Basic .NET] Public Sub AddVertex ( _ ByVal Point As IPoint _ )
[C#] public void AddVertex ( IPoint Point );
[C++]
HRESULT AddVertex(
IPoint* Point
);
[C++] Parameters Point [in]
Point is a parameter of type IPoint*