PDF3DCrossSectionArray
Contents
[
Hide
]Inheritance: java.lang.Object
public class PDF3DCrossSectionArray
Class PDF3DCrossSectionArray.
Constructors
Constructor | Description |
---|---|
PDF3DCrossSectionArray(IDocument doc) | Initializes a new instance of the PDF3DCrossSectionArray class. |
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
doc | IDocument | The 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:
Parameter | Type | Description |
---|---|---|
crossSection | PDF3DCrossSection | The cross section. |
removeAt(int index)
public void removeAt(int index)
Removes cross section from array at specified index.
Parameters:
Parameter | Type | Description |
---|---|---|
index | int | The 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:
Parameter | Type | Description |
---|---|---|
index | int | The 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:
Parameter | Type | Description |
---|---|---|
index | int | The index. |
value | PDF3DCrossSection | PDF3DCrossSection object. |