ACadSharp.Entities.TableEntity - DomCR/ACadSharp GitHub Wiki
Represents a entity.
Object name
Dxf class name
Namespace: ACadSharp.Entities
C#
DxfNameAttribute
DxfSubClassAttribute
ObsoleteAttribute
[Obsolete(TableEntity is in a work in progress, is only supported in Dwg and for versions higher than AC1021)]
public class TableEntity
Returns | Name | Summary |
---|---|---|
List<Column> |
Columns | Table columns |
TableContent |
Content | |
XYZ |
HorizontalDirection | Horizontal direction vector |
String |
ObjectName | |
ObjectType |
ObjectType | |
Boolean |
OverrideBorderColor | Flag for an override of border color. |
Boolean |
OverrideBorderLineWeight | Flag for an override of border line weight. |
Boolean |
OverrideBorderVisibility | Flag for an override of border visibility. |
Boolean |
OverrideFlag | Flag for an override. |
List<Row> |
Rows | Table rows. |
TableStyle |
Style | Table Style |
String |
SubclassMarker | |
Int32 |
ValueFlag | Flag for table value. |
Int16 |
Version | Table data version |
Returns | Name | Summary |
---|---|---|
CadObject |
Clone | |
BoundingBox |
GetBoundingBox | Gets the bounding box aligned with the axis XYZ that occupies this entity. |
Cell |
GetCell(System.Int32, System.Int32) |