Class CadAttDef

CadAttDef class

Class describing Cad AttributeDefinitions

public class CadAttDef : CadXrecordObject, ICloneable

Constructors

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

Properties

NameDescription
AlignmentPoint { get; set; }Gets or sets the alignment point.
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.
Attributes { get; set; }Gets or sets the attributes.
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.
CurrentAnnotationScale { get; set; }Gets or sets the current annotation scale.
DefaultString { get; set; }Gets or sets the default string.
virtual DefinitionTagString { get; set; }Gets or sets the definition tag string.
DuplicateRecordCloningFlag { get; set; }Gets or sets the duplicate record cloning flag.
EmbeddedObjectsContainer { get; set; }Gets or sets the embedded objects container.
Entmode { get; set; }The Entmode
override ExtrusionDirection { get; set; }Gets or sets the extrusion direction.
FieldLength { get; set; }Gets or sets the field length.
FirstAlignment { get; set; }Gets or sets the first alignment.
Flags { get; set; }Gets or sets the flags.
GenerationFlag { get; set; }Gets or sets the generation flag.
HardOwner { get; set; }Gets or sets the hard owner.
HardPointerIds { get; set; }Gets or sets the hard pointer ids.
HorizontalAlignment { get; set; }Gets or sets the horizontal alignment.
Hyperlink { get; set; }Gets or sets the hyperlink.
Id { get; set; }Gets or sets the id.
IsAssocViewPortHandleSet { get; }Gets a value indicating whether associated view port handle is set.
IsByLayer { get; set; }The IsByLayer
IsNoLinks { get; set; }The IsNoLinks
IsReallyLockedFlag { get; set; }Gets or sets the is really locked flag.
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.
LockPositionFlag { get; set; }Gets or sets the lock position flag.
LType { get; set; }The LType
Material { get; set; }Gets or sets the material.
MaterialHandle { get; set; }Gets or sets the material handle.
MTextFlag { get; set; }Gets or sets the m text flag.
MultiText { get; set; }Gets or sets the multi text.
Numreactors { get; set; }The Numreactors
ObjectHandle { get; set; }Gets or sets the object handle.
ObliqueAngle { get; set; }Gets or sets the oblique angle.
PlotStyle { get; set; }Gets or sets the plot style.
PlotStyleFlag { get; set; }Plot style flag.
PromptString { get; set; }Gets or sets the prompt string.
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
RotationAngle { get; set; }Gets or sets the rotation angle.
ScaleX { get; set; }Gets or sets the scale x.
SecondAlignment { get; set; }Gets or sets the second alignment.
SecondaryAttributesOrAttributeDefinitionsNumber { get; set; }Gets or sets the secondary attributes or attribute definitions number.
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
StyleName { get; set; }Gets or sets the style name.
TextHeight { get; set; }Gets or sets the text height.
Thickness { get; set; }Gets or sets the thickness.
Transparency { get; set; }Gets or sets the transparency.
override TypeName { get; }Gets the name of the type.
VersionNumber { get; set; }Gets or sets the version number.
VerticalJustification { get; set; }Gets or sets the vertical justification.
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
Clone()Clones current object
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