idx_get()

SmartArtShapeCollection::idx_get(int32_t) method

Gets the element at the specified index. Read-only SmartArtShape.>.

System::SharedPtr<ISmartArtShape> Aspose::Slides::SmartArt::SmartArtShapeCollection::idx_get(int32_t index) override

Arguments

ParameterTypeDescription
indexint32_t

Return Value

The SmartArt shape

See Also