Aspose::Pdf::Annotations::PDF3DCrossSectionArray::idx_get method

PDF3DCrossSectionArray::idx_get method

Gets the PDF3DCrossSection at the specified index.

System::SharedPtr<PDF3DCrossSection> Aspose::Pdf::Annotations::PDF3DCrossSectionArray::idx_get(int32_t index)
ParameterTypeDescription
indexint32_tThe index.

ReturnValue

Cross section.

See Also