| DirectX SDK |
The DirectX7.CreateD3DVertex method fills a D3DVERTEX type using individual values that represent discrete vertex components.
object.CreateD3DVertex(x As Single, _
y As Single, _
z As Single, _
nx As Single, _
ny As Single, _
nz As Single, _
tu As Single, _
tv As Single, _
v As D3DVERTEX)
If the method fails, an error is raised and Err.Number is set to an error code.