Class ExpressionBlock
Inheritance
ExpressionBlock
Assembly: NXOpenUI.dll
Syntax
public class ExpressionBlock : UIBlock, IMessageSink
Constructors
ExpressionBlock()
Declaration
protected ExpressionBlock()
Properties
AdaptiveScaleLimits
Declaration
public bool AdaptiveScaleLimits { get; set; }
Property Value
Declaration
public string BalloonTooltipImage { get; set; }
Property Value
Declaration
public string BalloonTooltipLayoutAsString { get; set; }
Property Value
BalloonTooltipText
Declaration
public string BalloonTooltipText { get; set; }
Property Value
DimensionalityAsString
Declaration
public string DimensionalityAsString { get; set; }
Property Value
ExpressionObject
Declaration
public TaggedObject ExpressionObject { get; set; }
Property Value
Declaration
public string Formula { get; set; }
Property Value
Declaration
public bool HasUnitsMenu { get; set; }
Property Value
LineIncrement
Declaration
public double LineIncrement { get; set; }
Property Value
MaxInclusive
Declaration
public bool MaxInclusive { get; set; }
Property Value
MaximumValue
Declaration
public double MaximumValue { get; set; }
Property Value
MinInclusive
Declaration
public bool MinInclusive { get; set; }
Property Value
MinimumValue
Declaration
public double MinimumValue { get; set; }
Property Value
PageIncrement
Declaration
public double PageIncrement { get; set; }
Property Value
RetainUnits
Declaration
public bool RetainUnits { get; set; }
Property Value
RetainValue
Declaration
public bool RetainValue { get; set; }
Property Value
Units
Declaration
public TaggedObject Units { get; set; }
Property Value
Value
Declaration
public double Value { get; set; }
Property Value
WithScale
Declaration
public bool WithScale { get; set; }
Property Value
Methods
Declaration
public string[] GetBalloonTooltipLayoutMembers()
Returns
GetDimensionalityMembers()
Declaration
public string[] GetDimensionalityMembers()
Returns
TestValueChanged(double)
Declaration
public void TestValueChanged(double dimensionValue)
Parameters
Type |
Name |
Description |
double |
dimensionValue |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink