Aspose::Pdf::Annotations::PDF3DCrossSectionArray class

PDF3DCrossSectionArray class

Class PDF3DCrossSectionArray.

class PDF3DCrossSectionArray : public System::Object

Methods

MethodDescription
Add(System::SharedPtr<PDF3DCrossSection>)Adds the specified cross section to views array .
get_Count()Gets the cross section count.
idx_get(int32_t)Gets the PDF3DCrossSection at the specified index.
idx_set(int32_t, System::SharedPtr<PDF3DCrossSection>)Sets the PDF3DCrossSection at the specified index.
PDF3DCrossSectionArray(System::SharedPtr<Document>)Initializes a new instance of the PDF3DCrossSectionArray class.
RemoveAll()Removes all cross section from array.
RemoveAt(int32_t)Removes cross section from array at specified index.

See Also