Class CadBlockActionWithBasePt

CadBlockActionWithBasePt class

Class describing BlockActionWithBasePt object.

public class CadBlockActionWithBasePt : CadBlockAction

Constructors

NameDescription
CadBlockActionWithBasePt()The default constructor.

Properties

NameDescription
ApplicationCodesContainer { get; set; }Gets or sets the application defined codes container.
Attribute102Values { get; set; }Gets or sets the attribute102 values.
Attribute280 { get; set; }Gets or sets the attribute 280.
Attribute301 { get; set; }Gets or sets the attribute 301.
Attribute302 { get; set; }Gets or sets the attribute 302.
Attribute92 { get; set; }Gets or sets the attribute 92.
Attribute93 { get; set; }Gets or sets the attribute 93.
Attributes { get; set; }Gets or sets the attributes.
BlockActionParameterList { get; set; }Gets or sets the block action parameter list.
ChildObjects { get; set; }Gets or sets the child objects.
DbEvalExprParameterList { get; set; }Gets or sets the database eval expr parameter list.
EmbeddedObjectsContainer { get; set; }Gets or sets the embedded objects container.
HardOwner { get; set; }Gets or sets the hard owner.
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.
Reactors { get; set; }Get or sets the reactors handle
SoftOwner { get; set; }Gets or sets the soft owner.
TypeName { get; }Gets the name of the type.
XdataContainer { get; set; }Gets or sets the xdata container.

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