Class FormulaExpressionStyle
Inheritance
System.Object
System.MarshalByRefObject
FormulaExpressionStyle
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)
Namespace: NXOpen.CAE.Xyplot
Assembly: NXOpen.dll
Syntax
public class FormulaExpressionStyle : BaseDisplayStyleSetting, IMessageSink, IDisplayStyle
Constructors
FormulaExpressionStyle()
Declaration
protected FormulaExpressionStyle()
Properties
FormulaGridType
Declaration
public FormulaGridType FormulaGridType { get; set; }
Property Value
Type | Description |
---|---|
FormulaGridType |
IsIncludeNegativeInfinity
Declaration
public bool IsIncludeNegativeInfinity { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsIncludePositiveInfinity
Declaration
public bool IsIncludePositiveInfinity { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
GetVariableValues()
Declaration
public double[] GetVariableValues()
Returns
Type | Description |
---|---|
System.Double[] |
SetVariableValues(Double[])
Declaration
public void SetVariableValues(double[] variableValues)
Parameters
Type | Name | Description |
---|---|---|
System.Double[] | variableValues |
Implements
System.Runtime.Remoting.Messaging.IMessageSink