Class CadBlockTableObject

CadBlockTableObject class

The Cad block table object.

public class CadBlockTableObject : CadOwnedObjectBase

Constructors

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

Properties

NameDescription
ApplicationCodesContainer { get; set; }Gets or sets the application defined codes container.
Attribute102Values { get; set; }Gets or sets the attribute102 values.
Attributes { get; set; }Gets or sets the attributes.
BitmapPreviewData { get; set; }Gets or sets the bitmap preview data.
BlockExplodability { get; set; }Gets the block explodability.
BlockInsertionUnits { get; set; }Gets or sets the block insertion units.
BlockName { get; set; }Gets or sets the name of the block.
BlockScalability { get; set; }Gets the block scalability.
EmbeddedObjectsContainer { get; set; }Gets or sets the embedded objects container.
HardOwner { get; set; }Gets or sets the hard owner.
HardPointerToLayout { get; set; }Gets or sets the hard pointer to layout.
IsAnonymous { get; set; }Gets or sets the Anonymous.
IsSoftOwnerSet { get; }Gets a value indicating whether soft owner is set.
Numreactors { get; set; }The Numreactors
ObjectHandle { get; set; }Gets or sets the object handle.
OriginalBlockName { get; }Name of the original dynamic block, or real block name if it’s not originated from dynamic block
Reactors { get; set; }Get or sets the reactors handle
SoftOwner { get; set; }Gets or sets the soft owner.
virtual StorageFlag { get; set; }Gets or sets a value indicating that this entity has associated binary data in the data store.
XDataAppName { get; set; }Gets or sets the xdata app name.
XdataContainer { get; set; }Gets or sets the xdata container.
XDataStringData { get; set; }Gets or sets the xdata string data.

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