Class CableSettingsBuilder
Inheritance
System.Object
System.MarshalByRefObject
CableSettingsBuilder
Implements
System.Runtime.Remoting.Messaging.IMessageSink
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)
Assembly: NXOpen.dll
Syntax
public class CableSettingsBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
CableSettingsBuilder()
Declaration
protected CableSettingsBuilder()
Properties
AvailableColor
Declaration
public NXColor AvailableColor { get; set; }
Property Value
BasicDisplayProperties
Declaration
public LineColorFontWidthBuilder BasicDisplayProperties { get; }
Property Value
CableSelectionColor
Declaration
public NXColor CableSelectionColor { get; set; }
Property Value
EndDeviceColor
Declaration
public NXColor EndDeviceColor { get; set; }
Property Value
FitOnSelection
Declaration
public bool FitOnSelection { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LabelFontSize
Declaration
public double LabelFontSize { get; set; }
Property Value
Type |
Description |
System.Double |
|
LabelTextProperties
Declaration
public TextColorFontWidthBuilder LabelTextProperties { get; }
Property Value
LayerNumber
Declaration
public int LayerNumber { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ShowDeviceLabels
Declaration
public bool ShowDeviceLabels { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ShowDevices
Declaration
public bool ShowDevices { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ShowNodeLabels
Declaration
public bool ShowNodeLabels { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ShowNodes
Declaration
public bool ShowNodes { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ShowSegmentLabels
Declaration
public bool ShowSegmentLabels { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ShowSegments
Declaration
public bool ShowSegments { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
StartDeviceColor
Declaration
public NXColor StartDeviceColor { get; set; }
Property Value
VirtualDisplayProperties
Declaration
public LineColorFontWidthBuilder VirtualDisplayProperties { get; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink