Class ExpressionBlock
Inheritance
System.Object
System.MarshalByRefObject
ExpressionBlock
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: NXOpenUI.dll
Syntax
public class ExpressionBlock : UIBlock, IMessageSink
Constructors
ExpressionBlock()
Declaration
protected ExpressionBlock()
Properties
AdaptiveScaleLimits
Declaration
public bool AdaptiveScaleLimits { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public string BalloonTooltipImage { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string BalloonTooltipLayoutAsString { get; set; }
Property Value
Type |
Description |
System.String |
|
BalloonTooltipText
Declaration
public string BalloonTooltipText { get; set; }
Property Value
Type |
Description |
System.String |
|
DimensionalityAsString
Declaration
public string DimensionalityAsString { get; set; }
Property Value
Type |
Description |
System.String |
|
ExpressionObject
Declaration
public TaggedObject ExpressionObject { get; set; }
Property Value
Declaration
public string Formula { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public bool HasUnitsMenu { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LineIncrement
Declaration
public double LineIncrement { get; set; }
Property Value
Type |
Description |
System.Double |
|
MaximumValue
Declaration
public double MaximumValue { get; set; }
Property Value
Type |
Description |
System.Double |
|
MaxInclusive
Declaration
public bool MaxInclusive { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
MinimumValue
Declaration
public double MinimumValue { get; set; }
Property Value
Type |
Description |
System.Double |
|
MinInclusive
Declaration
public bool MinInclusive { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
PageIncrement
Declaration
public double PageIncrement { get; set; }
Property Value
Type |
Description |
System.Double |
|
RetainValue
Declaration
public bool RetainValue { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Units
Declaration
public TaggedObject Units { get; set; }
Property Value
Value
Declaration
public double Value { get; set; }
Property Value
Type |
Description |
System.Double |
|
WithScale
Declaration
public bool WithScale { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
Declaration
public string[] GetBalloonTooltipLayoutMembers()
Returns
Type |
Description |
System.String[] |
|
GetDimensionalityMembers()
Declaration
public string[] GetDimensionalityMembers()
Returns
Type |
Description |
System.String[] |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink