Skip to content

ACadSharp.Entities.TableEntity

Albert Domenech edited this page Dec 7, 2024 · 1 revision

TableEntity Class

Represents a entity.

Remarks

Object name
Dxf class name

Definition

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

Properties

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

Methods

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)
Clone this wiki locally