Class CadMLineStyleObject

CadMLineStyleObject class

Class describing MLine Style object.

public class CadMLineStyleObject : CadBaseObject

Constructors

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

Properties

NameDescription
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.
ChildObjects { get; set; }Gets or sets the child objects.
ElementsNumber { get; set; }Gets or sets the elements number.
EmbeddedObjectsContainer { get; set; }Gets or sets the embedded objects container.
EndAngle { get; set; }Gets or sets the end angle.
FillColor { get; set; }Gets or sets the color of the fill.
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.
MLineStyleElements { get; set; }Gets or sets the m line style elements.
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.
StartAngle { get; set; }Gets or sets the start angle.
virtual StorageFlag { get; set; }Gets or sets a value indicating that this entity has associated binary data in the data store.
StyleDescription { get; set; }Gets or sets the style description.
StyleName { get; set; }Gets or sets the name of the style.
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