[]
        
(Showing Draft Content)

C1.DataCollection.C1LengthList.GetOffset

GetOffset Method

GetOffset(int)

Gets the accumulated length up to the indicated index (not including).

Declaration
public double GetOffset(int index)
Parameters
Type Name Description
int index

The index.

Returns
Type Description
double

GetOffset(int, int)

Gets the accumulated length between the specified indexes (including both).

Declaration
public double GetOffset(int from, int to)
Parameters
Type Name Description
int from

The starting index.

int to

The ending index.

Returns
Type Description
double