Class NetworkUtilizationSettingsBuilder
Inheritance
NetworkUtilizationSettingsBuilder
Assembly: NXOpen.dll
Syntax
public class NetworkUtilizationSettingsBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
NetworkUtilizationSettingsBuilder()
Declaration
protected NetworkUtilizationSettingsBuilder()
Properties
DisplayStyle
Declaration
public NetworkUtilizationSettingsBuilder.DisplayMethod DisplayStyle { get; set; }
Property Value
ExceedingFillColor
Declaration
public NXColor ExceedingFillColor { get; set; }
Property Value
Range1Color
Declaration
public NXColor Range1Color { get; set; }
Property Value
Range1Number
Declaration
public double Range1Number { get; set; }
Property Value
Range2Color
Declaration
public NXColor Range2Color { get; set; }
Property Value
Range2Number
Declaration
public double Range2Number { get; set; }
Property Value
Range3Color
Declaration
public NXColor Range3Color { get; set; }
Property Value
SelectedColorCount
Declaration
public NetworkUtilizationSettingsBuilder.AmountOfColors SelectedColorCount { get; set; }
Property Value
SpecifiedFillAmount
Declaration
public double SpecifiedFillAmount { get; set; }
Property Value
SpecifiedFillColor
Declaration
public NXColor SpecifiedFillColor { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink