Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / IndexTriangle Class / ToArray Method

In This Topic
    ToArray Method (IndexTriangle)
    In This Topic
    Returns an array of triangle's vertex indices.
    Syntax
    'Declaration
     
    Public Shadows Function ToArray() As Integer()
    public new int[] ToArray()

    Return Value

    The int array.
    See Also