PDF3DCrossSectionArray

Inheritance: java.lang.Object

public class PDF3DCrossSectionArray

Class PDF3DCrossSectionArray.

Constructors

ConstructorDescription
PDF3DCrossSectionArray(IDocument doc)Initializes a new instance of the PDF3DCrossSectionArray class.

Methods

MethodDescription
getCount()Gets the cross section count.
add(PDF3DCrossSection crossSection)Adds the specified cross section to views array .
removeAt(int index)Removes cross section from array at specified index.
removeAll()Removes all cross section from array.
get_Item(int index)Gets or sets the PDF3DCrossSection at the specified index.
set_Item(int index, PDF3DCrossSection value)Gets or sets the PDF3DCrossSection at the specified index.

PDF3DCrossSectionArray(IDocument doc)

public PDF3DCrossSectionArray(IDocument doc)

Initializes a new instance of the PDF3DCrossSectionArray class.

Parameters:

ParameterTypeDescription
docIDocumentThe document.

getCount()

public int getCount()

Gets the cross section count.

Returns: int - int value: The cross section count.

add(PDF3DCrossSection crossSection)

public void add(PDF3DCrossSection crossSection)

Adds the specified cross section to views array .

Parameters:

ParameterTypeDescription
crossSectionPDF3DCrossSectionThe cross section.

removeAt(int index)

public void removeAt(int index)

Removes cross section from array at specified index.

Parameters:

ParameterTypeDescription
indexintThe index of removed cross section in array.

removeAll()

public void removeAll()

Removes all cross section from array.

get_Item(int index)

public PDF3DCrossSection get_Item(int index)

Gets or sets the PDF3DCrossSection at the specified index.

Parameters:

ParameterTypeDescription
indexintThe index.

Returns: PDF3DCrossSection - Cross section.

set_Item(int index, PDF3DCrossSection value)

public void set_Item(int index, PDF3DCrossSection value)

Gets or sets the PDF3DCrossSection at the specified index.

Parameters:

ParameterTypeDescription
indexintThe index.
valuePDF3DCrossSectionPDF3DCrossSection object.