CopyTo

CopyTo

Copies the elements of the TimephasedDataCollection to an System::Array , starting at a particular System::Array index.

Returns: void Aspose::Tasks::

CopyTo(System::ArrayPtr< System::SharedPtr< TimephasedData >> array, int32_t arrayIndex)
ParameterDescription
arrayThe one-dimensional System::Array that is the destination of the elements copied from TimephasedDataCollection . The System::Array must have zero-based indexing.
arrayIndexThe zero-based index in array at which copying begins.