Class CadAttrib

CadAttrib class

The Cad attrib.

public class CadAttrib : CadXrecordObject

Constructors

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

Properties

NameDescription
AlignmentPoint { get; set; }Gets or sets the alignment point.
ApplicationCodesContainer { get; set; }Gets or sets the application defined codes container.
Area { get; }Gets the area of the entity.
AssocViewPortHandle { get; }Gets or sets of the associated view port handle.
AttribAlignmentPoint { get; set; }Gets or sets the alignment point.
Attribute102Values { get; set; }Gets or sets the attribute102 values.
AttributeFlags { get; set; }Gets or sets the attribute flags.
AttributeRelativeScale { get; set; }Gets or sets the attribute relative scale.
Attributes { get; set; }Gets or sets the attributes.
AttributeString { get; set; }Gets or sets the attribute string.
AttributeTextRotation { get; set; }Gets or sets the attribute text rotation.
AttributeTextStyleName { get; set; }Gets or sets the name of the attribute text style.
Bounds { get; set; }Minimal and maximal points of entity. Filled after GetBounds is called for CadImage.
ChildObjects { get; set; }Gets or sets the child entities that make up the current entity.
Childs { get; }
ColorHandle { get; set; }Gets or sets the color handle.
ColorId { get; set; }Gets or sets the color id (ACI color) of the entity.
ColorName { get; set; }Gets or sets the name of the color.
ColorValue { get; set; }Gets or sets the true color value (RGB) of the entity.
CurrentAnnotationScale { get; set; }Gets or sets the current annotation scale.
DefaultText { get; set; }Gets or sets the default text.
override 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.
override ExtrusionDirection { get; set; }Gets or sets the extrusion direction.
FieldLength { get; set; }Gets or sets the length of the field.
HardOwner { get; set; }Gets or sets the hard owner.
HardPointerIds { get; set; }Gets or sets the hard pointer ids.
Hyperlink { get; set; }Gets or sets a hyperlink to an entity and displays the hyperlink name or description (if one is specified).
virtual Id { get; set; }Gets the identifier.
IsAssocViewPortHandleSet { get; }Gets a value indicating whether associated view port handle is set.
IsByLayer { get; set; }Gets or sets a value indicating that the entity has linetype set by layer.
IsNoLinks { get; set; }Gets or sets a value indicating that the entity has no links.
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 the entity belongs to.
LayoutTabName { get; set; }Gets or sets the name of the layout tab.
Length { get; }Gets the length of the entity.
LineScale { get; set; }Gets or sets the linetype scale factor of the entity.
LineTypeName { get; set; }Gets or sets the name of the line type based on the LType value.
LineWeight { get; set; }Gets or sets the line weight for the entity.
LockPositionFlag { get; set; }Gets or sets the lock position flag.
LType { get; set; }Gets or sets a value the current linetype of the entity.
Material { get; set; }Gets or sets the material.
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 obliqueAngle.
PlotStyle { get; set; }Gets or sets the plot style. Gets or sets the plot style handle.
PlotStyleFlag { get; set; }Gets or sets a value the current plot style of the entity
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
RelativeScale { get; set; }Gets or sets the relativeScale.
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 a value indicating which space the entity belongs to.
override StorageFlag { get; set; }Gets or sets a value indicating that this entity has associated binary data in the data store.
StyleType { get; set; }Gets or sets the attribute string.
TextFlags { get; set; }Gets or sets the textFlags.
TextHeight { get; set; }Gets or sets the text height.
TextJustH { get; set; }Gets or sets the textJustH.
TextJustV { get; set; }Gets or sets the textJustV.
TextRotation { get; set; }Gets or sets the text rotation.
TextStartPoint { get; set; }Gets or sets the text start point.
TextSubClassAttribute51 { get; set; }Gets or sets the text sub class attribute51.
Thickness { get; set; }Gets or sets the thickness.
Transparency { get; set; }Gets or sets the transparency value for the entity.
override TypeName { get; }Gets the name of the type.
Version { get; set; }Gets or sets the version.
virtual Visible { get; set; }Gets or sets a value indicating whether this CadEntityBase is visible.
XdataContainer { get; set; }Gets or sets the xdata container.
XDirMissingFlag { get; set; }Gets or sets a value indicating that no XDictionary handle is stored for this entity.

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