DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1LengthList Class / GetOffset Method
The index.

In This Topic
    GetOffset Method
    In This Topic
    Gets the accumulated length up to the indicated index (not including).
    Syntax
    'Declaration
     
    Public Function GetOffset( _
       ByVal index As Integer _
    ) As Double
    public double GetOffset( 
       int index
    )

    Parameters

    index
    The index.
    See Also