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

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

    Parameters

    nVertices
    topology
    See Also