Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Utility Class / GetProgress Method
Current task index
Current task start index
The number of logical processors

In This Topic
    GetProgress Method
    In This Topic
    Gets progress value from parallel tasks.
    Syntax
    'Declaration
     
    Public Shared Function GetProgress( _
       ByVal index() As Integer, _
       ByVal startIndex() As Integer, _
       ByVal cpuCount As Integer _
    ) As Integer
    public static int GetProgress( 
       int[] index,
       int[] startIndex,
       int cpuCount
    )

    Parameters

    index
    Current task index
    startIndex
    Current task start index
    cpuCount
    The number of logical processors

    Return Value

    The progress value.
    See Also