Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / vertexBufferData Class / nElementsPerChunk Field

In This Topic
    nElementsPerChunk Field
    In This Topic
    Number of elements of each chunk.
    Syntax
    'Declaration
     
    Public nElementsPerChunk As List(Of Integer)
    public List<int> nElementsPerChunk
    See Also