Class PDF3DCrossSectionArray

PDF3DCrossSectionArray class

Class PDF3DCrossSectionArray.

public class PDF3DCrossSectionArray

Constructors

NameDescription
PDF3DCrossSectionArray(Document)Initializes a new instance of the PDF3DCrossSectionArray class.

Properties

NameDescription
Count { get; }Gets the cross section count.
Item { get; set; }Gets or sets the PDF3DCrossSection at the specified index.

Methods

NameDescription
Add(PDF3DCrossSection)Adds the specified cross section to views array .
RemoveAll()Removes all cross section from array.
RemoveAt(int)Removes cross section from array at specified index.

See Also