CopyTo()
PieSplitCustomPointCollection::CopyTo(System::ArrayPtr<System::SharedPtr<IChartDataPoint>>, int32_t) method
Copies the elements of the ICollection to an System::Array, starting at a particular System::Array index.
void Aspose::Slides::Charts::PieSplitCustomPointCollection::CopyTo(System::ArrayPtr<System::SharedPtr<IChartDataPoint>> array, int32_t arrayIndex) override
Arguments
Parameter | Type | Description |
---|---|---|
array | System::ArrayPtr<System::SharedPtr<IChartDataPoint>> | The one-dimensional System::Array that is the destination of the elements copied from ICollection. The System::Array must have zero-based indexing. |
arrayIndex | int32_t | The zero-based index in array at which copying begins. |
See Also
- Typedef ArrayPtr
- Typedef SharedPtr
- Class IChartDataPoint
- Class PieSplitCustomPointCollection
- Namespace Aspose::Slides::Charts
- Library Aspose.Slides