Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / VBOParams Class / GetData Method

In This Topic
    GetData Method (VBOParams)
    In This Topic
    Syntax
    'Declaration
     
    Public Overrides Function GetData( _
       ByRef nVertices As Integer, _
       ByRef topology As    _
    ) As Single()
    public override float[] GetData( 
       out int nVertices,
       out    topology
    )

    Parameters

    nVertices
    topology
    See Also