Class CadLineTypeTableObject

CadLineTypeTableObject class

The Cad line type table object.

public class CadLineTypeTableObject : CadOwnedObjectBase

Constructors

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

Properties

NameDescription
AlignmentCode { get; set; }Gets or sets the alignment code.
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.
DashDotLength { get; set; }Gets or sets the dash dot length.
Description { get; set; }Gets or sets the description.
EmbeddedObjectsContainer { get; set; }Gets or sets the embedded objects container.
Flags { get; set; }Gets or sets the flags.
HardOwner { get; set; }Gets or sets the hard owner.
IsSoftOwnerSet { get; }Gets a value indicating whether soft owner is set.
LineTypeElement { get; set; }Gets or sets the line type element.
Name { get; set; }Gets or sets the name.
NumberOfLinetypeElements { get; set; }Gets or sets the number of linetype elements.
Numreactors { get; set; }The Numreactors
ObjectHandle { get; set; }Gets or sets the object handle.
OffsetX { get; set; }Gets or sets the offset x.
OffsetXElementIndex { get; set; }Gets or sets the index of the offset x element.
OffsetY { get; set; }Gets or sets the offset y.
OffsetYElementIndex { get; set; }Gets or sets the index of the offset y element.
PatternLength { get; set; }Gets or sets the pattern length.
Reactors { get; set; }Get or sets the reactors handle
RotationAngle { get; set; }Gets or sets the rotation angle.
Scale { get; set; }Gets or sets the scale.
ScaleLinetypeElementIndex { get; set; }Gets or sets the index of the scale linetype element.
ShapeNumber { get; set; }Gets or sets the shape number.
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.
StyleReference { get; set; }Gets or sets the style reference.
TextStrings { get; set; }Gets or sets the text strings.
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