This document is archived and information here might be outdated. Recommended version. |
Removes a number of vertices at given index to the schematic in memory feature link geometry.
[Visual Basic .NET]
Public Sub RemoveVertices ( _
ByVal Index As Integer, _
ByVal Count As Integer _
)
[C#]
public void RemoveVertices (
int Index,
int Count
);
[C++]
HRESULT RemoveVertices(
long Index,
long Count
);
[C++] Parameters Index [in]
Index is a parameter of type long Count [in]
Count is a parameter of type long