CopyTo()

SmartArtNodeCollection::CopyTo(System::ArrayPtr<System::SharedPtr<ISmartArtNode>>, int32_t) method

Copies all elements from the collection to the specified array.

void Aspose::Slides::SmartArt::SmartArtNodeCollection::CopyTo(System::ArrayPtr<System::SharedPtr<ISmartArtNode>> array, int32_t index) override

Arguments

ParameterTypeDescription
arraySystem::ArrayPtr<System::SharedPtr<ISmartArtNode>>
indexint32_t

See Also