-
-
Notifications
You must be signed in to change notification settings - Fork 120
ACadSharp.Entities.TableEntity
Albert Domenech edited this page Dec 7, 2024
·
1 revision
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) |
ACadSharp Class Library Documentation
Documentation created by NetDocGen
- ACadSharp
- ACadSharp.Attributes
- ACadSharp.Blocks
- ACadSharp.Classes
- ACadSharp.Entities
- ACadSharp.Exceptions
- ACadSharp.Header
- ACadSharp.IO
- ACadSharp.Objects
- ACadSharp.Objects.Collections
- ACadSharp.Tables
- ACadSharp.Tables.Collections
- ACadSharp.Types.Units
- CSMath
- CSMath.Geometry
- CSUtilities.Attributes
- CSUtilities.Extensions