Class CurveOperationExpressionRecord
Inheritance
System.Object
System.MarshalByRefObject
CurveOperationExpressionRecord
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
Assembly: NXOpen.dll
Syntax
public class CurveOperationExpressionRecord : NXObject, IMessageSink, INXObject
Constructors
CurveOperationExpressionRecord()
Declaration
protected CurveOperationExpressionRecord()
Properties
Description
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Copy(String)
Declaration
public CurveOperationExpressionRecord Copy(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name |
Returns
Type | Description |
---|---|
CurveOperationExpressionRecord |
Evaluate()
Declaration
public ArrayRecord2D Evaluate()
Returns
Type | Description |
---|---|
ArrayRecord2D |
GetFormulas(out String[])
Declaration
public XyFunctionDataComplexType GetFormulas(out string[] formulaStrings)
Parameters
Type | Name | Description |
---|---|---|
System.String[] | formulaStrings |
Returns
Type | Description |
---|---|
XyFunctionDataComplexType |
SetFormulas(XyFunctionDataComplexType, String[])
Declaration
public void SetFormulas(XyFunctionDataComplexType dataType, string[] formulaStrings)
Parameters
Type | Name | Description |
---|---|---|
XyFunctionDataComplexType | dataType | |
System.String[] | formulaStrings |
Implements
System.Runtime.Remoting.Messaging.IMessageSink