Aspose::Pdf::Annotations::PDF3DCrossSectionArray::idx_set method

PDF3DCrossSectionArray::idx_set method

Sets the PDF3DCrossSection at the specified index.

void Aspose::Pdf::Annotations::PDF3DCrossSectionArray::idx_set(int32_t index, System::SharedPtr<PDF3DCrossSection> value)
ParameterTypeDescription
indexint32_tThe index.
valueSystem::SharedPtr<PDF3DCrossSection>Cross section.

See Also