Class CadBlockEntity

CadBlockEntity class

The Cad block entity.

public class CadBlockEntity

Constructors

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

Properties

NameDescription
AttDefs { get; }Gets the attribute definitions
Attribute6 { get; set; }Gets or sets the attribute6.
Attribute71 { get; set; }Gets or sets the attribute 71.
BasePoint { get; set; }Gets or sets the base point.
BlockAttribute370 { get; set; }Gets or sets the block attribute 370.
BlockAttribute420 { get; set; }Gets or sets the block attribute 420.
BlockAttribute48 { get; set; }Gets or sets the block attribute48.
BlockAttribute62 { get; set; }Gets or sets the block attribute 62.
BlockHandle { get; set; }Gets or sets the handle.
BlockModelSegregated { get; set; }Gets or sets a value indicating whether [model segregated].
CadBlockNameEntity { get; set; }Associated block name entity
CadBlockTableObject { get; set; }Associated block table object
CadEndBlockNameEntity { get; set; }Associated end block name entity
Description { get; set; }Gets or sets the description.
EndBlockAttribute370 { get; set; }Gets or sets the end block attribute 370.
EndBlockAttribute420 { get; set; }Gets or sets the block attribute 420.
EndBlockAttribute48 { get; set; }Gets or sets the end block attribute 48.
EndBlockAttribute6 { get; set; }Gets or sets the end block attribute 6.
EndBlockAttribute62 { get; set; }Gets or sets the end block attribute 62.
EndBlockHandle { get; set; }Gets or sets the handle2.
EndBlockLayerName { get; set; }Gets or sets the end name of the block layer.
EndBlockModelSegregated { get; set; }Gets or sets a value indicating whether [end block model segregated].
Entities { get; set; }Gets or sets the entities.
Flags { get; set; }Gets or sets the flags.
LayerName { get; set; }Gets or sets the layer.
Name { get; set; }Gets or sets the name.
OriginalBlockName { get; }Name of the original dynamic block, or real block name if it’s not originated from dynamic block
SoftOwner { get; set; }Gets or sets the soft owner.
XdataContainer { get; set; }Gets or sets the xdata container.
XRefPathName { get; set; }Gets or sets the XRef path.

Methods

NameDescription
AddEntity(CadEntityBase)Adds the entity.

See Also