This document is archived and information here might be outdated. Recommended version. |
Specify a vertex to move.
[Visual Basic .NET]
Public Sub SelectVertex ( _
ByVal Part As Integer, _
ByVal vertex As Integer _
)
[C#]
public void SelectVertex (
int Part,
int vertex
);
[C++]
HRESULT SelectVertex(
long Part,
long vertex
);
[C++] Parameters Part [in]
Part is a parameter of type long vertex [in]
vertex is a parameter of type long