Class CadTableEntity

CadTableEntity class

The Cad table

public class CadTableEntity : CadBaseEntity

Constructors

NameDescription
CadTableEntity()Initializes a new instance of the CadTableEntity class.

Properties

NameDescription
ApplicationCodesContainer { get; set; }Gets or sets the application defined codes container.
AssocViewPortHandle { get; }Gets or sets of the associated view port handle
Attribute102Values { get; set; }Gets or sets the attribute102 values.
Attribute140List { get; set; }Gets or sets the attribute 140 list.
Attributes { get; set; }Gets or sets the attributes.
BlockName { get; set; }Gets or sets the block name.
Bounds { get; set; }Minimal and maximal points of entity. Filled after GetBounds is called for CadImage.
ChildObjects { get; set; }Gets or sets the child objects.
ColorId { get; set; }Gets or sets the color id.
ColorName { get; set; }Gets or sets the name of the color.
ColorValue { get; set; }Gets or sets the color value.
EmbeddedObjectsContainer { get; set; }Gets or sets the embedded objects container.
Entmode { get; set; }The Entmode
FlagForTableValue { get; set; }Gets or sets the flag for table value.
FlagOverride { get; set; }Gets or sets the flag override.
FlagOverrideBorderColor { get; set; }Gets or sets the flag override border color.
FlagOverrideBorderLineWeight { get; set; }Gets or sets the flag override border line weight.
FlagOverrideBorderVisibility { get; set; }Gets or sets the flag override border visibility.
HardOwner { get; set; }Gets or sets the hard owner.
HorizontalCellMargin { get; set; }Gets or sets the horizontal cell margin.
Hyperlink { get; set; }Gets or sets the hyperlink.
InsertionPoint { get; set; }Gets or sets the insertion point.
IsAssocViewPortHandleSet { get; }Gets a value indicating whether associated view port handle is set.
IsByLayer { get; set; }The IsByLayer
IsNoLinks { get; set; }The IsNoLinks
IsSoftOwnerSet { get; }Gets a value indicating whether soft owner is set.
LayerName { get; set; }Gets or sets the name of the layer.
LayoutTabName { get; set; }Gets or sets the name of the layout tab.
LineScale { get; set; }Gets or sets the line scale.
LineTypeName { get; set; }Gets or sets the name of the line type.
LineWeight { get; set; }Gets or sets the line weight.
LType { get; set; }The LType
Material { get; set; }Gets or sets the material.
MaterialHandle { get; set; }Gets or sets the material handle.
NumberOfColumns { get; set; }Gets or sets the number of columns.
NumberOfRows { get; set; }Gets or sets the number of rows.
Numreactors { get; set; }The Numreactors
ObjectHandle { get; set; }Gets or sets the object handle.
PlotStyle { get; set; }Gets or sets the plot style.
PlotStyleFlag { get; set; }Plot style flag.
PointerIdToOwnerBlock { get; set; }Gets or sets the pointer id to owner block.
PointerIdTotablestyle { get; set; }Gets or sets the pointer id totablestyle.
ProxyBytesCount { get; set; }Gets or sets the proxy bytes count.
ProxyData { get; set; }Gets or sets the proxy data.
Reactors { get; set; }Get or sets the reactors handle
ShadowMode { get; set; }Gets or sets the shadow mode.
SoftOwner { get; set; }Gets or sets the soft owner.
SpaceMode { get; set; }Gets or sets the space mode.
StorageFlag { get; set; }The StorageFlag
SuppressHeaderRow { get; set; }Gets or sets the suppress header row.
SuppressTitle { get; set; }Gets or sets the suppress title.
TableCellList { get; set; }Gets or sets the cad table cell list.
TableDataVersionNumber { get; set; }Gets or sets the table data version number.
TextStyleName { get; set; }Gets or sets the text style name.
Transparency { get; set; }Gets or sets the transparency.
override TypeName { get; }Gets the name of the type.
VerticalCellMargin { get; set; }Gets or sets the vertical cell margin.
virtual Visible { get; set; }Gets or sets a value indicating whether this CadBaseEntity is visible.
XdataContainer { get; set; }Gets or sets the xdata container.
XDirMissingFlag { get; set; }The XDirMissingFlag

Methods

NameDescription
GetUID()Identifier to use if object handle doesn’t work. Done as method not to disturb FileComparer’s property comparer
SetUID(string)Sets

See Also