PDF3DCrossSectionArray

PDF3DCrossSectionArray class

Class PDF3DCrossSectionArray.

The PDF3DCrossSectionArray type exposes the following members:

Constructors

NameDescription
PDF3DCrossSectionArray(doc)Initializes a new instance of the PDF3DCrossSectionArray class

Properties

NameDescription
countGets the cross section count.

Indexer

NameDescription
[index]Gets or sets the PDF3DCrossSection at the specified index.

Methods

NameDescription
add(cross_section)Adds the specified cross section to views array .
remove_at(index)Removes cross section from array at specified index.
remove_all()Removes all cross section from array.

See Also