Class CurveOperationExpressionRecordCollection
Inheritance
CurveOperationExpressionRecordCollection
Assembly: NXOpen.dll
Syntax
public class CurveOperationExpressionRecordCollection : TaggedObjectCollection, IMessageSink, IEnumerable
Constructors
CurveOperationExpressionRecordCollection()
Declaration
protected CurveOperationExpressionRecordCollection()
CurveOperationExpressionRecordCollection(BasePart)
Declaration
protected CurveOperationExpressionRecordCollection(BasePart owner)
Parameters
Properties
Tag
Declaration
Property Value
Methods
Create(string, XyFunctionDataComplexType, string[])
Declaration
public CurveOperationExpressionRecord Create(string name, XyFunctionDataComplexType dataType, string[] formulaStrings)
Parameters
Returns
EnumerateMoveNext(ref Tag, byte[])
Declaration
protected override int EnumerateMoveNext(ref Tag currentTag, byte[] state)
Parameters
Type |
Name |
Description |
Tag |
currentTag |
|
byte[] |
state |
|
Returns
Overrides
Export(CurveOperationExpressionRecord[], ExportFilesParameter)
Declaration
public void Export(CurveOperationExpressionRecord[] pRecords, ExportFilesParameter exportFilesParam)
Parameters
FindObject(string)
Declaration
public CurveOperationExpressionRecord FindObject(string name)
Parameters
Type |
Name |
Description |
string |
name |
|
Returns
Plot(CurveOperationExpressionRecord[], int, int, bool)
Declaration
public Plot Plot(CurveOperationExpressionRecord[] records, int winDevice, int viewIndex, bool overlay)
Parameters
Returns
ToArray()
Declaration
public CurveOperationExpressionRecord[] ToArray()
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink