Interface ITables
Gives access to tables in drafting documents.
Assembly: TopSolid.Cad.Drafting.Automating.dll
Syntax
[ServiceContract]
[AvailableSinceVersion(7, 16, 0, 0)]
public interface ITables
Methods
| Name |
Description |
|
ExportDraftTableCellValue(ElementId, int, int, int, string)
|
Exports the draft table cell value.
|
|
GetDraftTableCellElement(ElementId, int, int, int)
|
Gets the Element of a cell.
|
|
GetDraftTableCellElementItem(ElementId, int, int, int)
|
Gets the Element Item of a cell.
|
|
GetDraftTableCellImage(ElementId, int, int, int)
|
Gets the image value of a cell.
|
|
GetDraftTableCellParameter(ElementId, int, int, int)
|
Gets the parameter of a cell.
|
|
GetDraftTableCellText(ElementId, int, int, int)
|
Gets the text value of a cell.
|
|
GetDraftTableCellType(ElementId, int, int)
|
Gets the draft table cell type at a specified column and row.
|
|
GetDraftTableCellValueType(ElementId, int, int, int)
|
Gets the value type of a cell.
|
|
GetDraftTableColumnCount(ElementId)
|
Gets the draft table column count.
|
|
GetDraftTableRowCount(ElementId)
|
Gets the draft table row count.
|
|
GetDraftTableSplitCellColumnCount(ElementId, int, int)
|
Gets the split cell column count.
|
|
GetDraftTableType(ElementId)
|
Get the draft table type of an element.
|
|
GetDraftTables(DocumentId)
|
Get draft tables of a document.
|
|
SetDraftTableCellBackgroundColor(ElementId, int, int, Color)
|
Sets draft table background color
|
|
SetDraftTableCellImageFromBitmap(ElementId, int, int, int, Bitmap)
|
Sets the image of a cell from a bitmap.
|
|
SetDraftTableCellImageFromPath(ElementId, int, int, int, string)
|
Sets the image of a cell from a path.
|
|
SetDraftTableCellParameter(ElementId, int, int, int, SmartText)
|
Sets the parameter value of a cell.
|
|
SetDraftTableCellText(ElementId, int, int, int, string)
|
Sets the text value of a cell.
|