Class LineTypeBuilder
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.DiagrammingLibraryAuthor
Assembly: NXOpen.dll
Syntax
public class LineTypeBuilder : TaggedObject, IMessageSink, IComponentBuilder
Constructors
LineTypeBuilder()
Declaration
protected LineTypeBuilder()
Properties
LineColor
Declaration
public NXColor LineColor { get; set; }
Property Value
Type | Description |
---|---|
NXColor |
LineFont
Declaration
public DisplayableObject.ObjectFont LineFont { get; set; }
Property Value
Type | Description |
---|---|
DisplayableObject.ObjectFont |
LineTypeName
Declaration
public string LineTypeName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LineTypePriority
Declaration
public int LineTypePriority { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
LineWidth
Declaration
public DisplayableObject.ObjectWidth LineWidth { get; set; }
Property Value
Type | Description |
---|---|
DisplayableObject.ObjectWidth |
ObjectId
Declaration
public string ObjectId { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Validate()
Declaration
public bool Validate()
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.Runtime.Remoting.Messaging.IMessageSink