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

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

    Return Value

    The int array.
    See Also