Class RealScale
Assembly: NXOpenUI.dll
Syntax
public class RealScale : StylerItem, IMessageSink, IDisposable
Constructors
RealScale(nint)
Declaration
protected RealScale(nint ptr)
Parameters
| Type |
Name |
Description |
| nint |
ptr |
|
Properties
ItemValue
Declaration
public double ItemValue { get; set; }
Property Value
Sensitivity
Declaration
public bool Sensitivity { get; set; }
Property Value
Visibility
Declaration
public bool Visibility { get; set; }
Property Value
Methods
AddDragHandler(Drag, bool)
Declaration
public void AddDragHandler(RealScale.Drag dragevent, bool isDialogLaunchingEvent)
Parameters
AddValueChangedHandler(ValueChanged, bool)
Declaration
public void AddValueChangedHandler(RealScale.ValueChanged valuechangedevent, bool isDialogLaunchingEvent)
Parameters
SetDecimalPrecision(int)
Declaration
public void SetDecimalPrecision(int digits)
Parameters
| Type |
Name |
Description |
| int |
digits |
|
SetLabels(string, string)
Declaration
public void SetLabels(string minimumLabel, string maximumLabel)
Parameters
| Type |
Name |
Description |
| string |
minimumLabel |
|
| string |
maximumLabel |
|
SetLimits(double, double)
Declaration
public void SetLimits(double minimumValue, double maximumValue)
Parameters
| Type |
Name |
Description |
| double |
minimumValue |
|
| double |
maximumValue |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink