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, const System::SharedPtr<PDF3DCrossSection> &value)
ParameterTypeDescription
indexint32_tThe index.
valueconst System::SharedPtr<PDF3DCrossSection>&Cross section.

See Also