Class MatrixPlotRecord
Inheritance
System.Object
System.MarshalByRefObject
MatrixPlotRecord
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.FTK
Assembly: NXOpen.dll
Syntax
public class MatrixPlotRecord : BaseRecord, IMessageSink, INXObject, IApplicationDataOwner
Constructors
MatrixPlotRecord()
Declaration
protected MatrixPlotRecord()
Properties
DataUnit
Declaration
public BaseUnit DataUnit { get; set; }
Property Value
Type | Description |
---|---|
BaseUnit |
Title
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
GetApplicationData()
Declaration
public IApplicationData GetApplicationData()
Returns
Type | Description |
---|---|
IApplicationData |
GetColumnCount()
Declaration
public int GetColumnCount()
Returns
Type | Description |
---|---|
System.Int32 |
GetColumnLabels()
Declaration
public string[] GetColumnLabels()
Returns
Type | Description |
---|---|
System.String[] |
GetData(out Double[], out Double[])
Declaration
public void GetData(out double[] realData, out double[] imagData)
Parameters
Type | Name | Description |
---|---|---|
System.Double[] | realData | |
System.Double[] | imagData |
GetRowCount()
Declaration
public int GetRowCount()
Returns
Type | Description |
---|---|
System.Int32 |
GetRowLabels()
Declaration
public string[] GetRowLabels()
Returns
Type | Description |
---|---|
System.String[] |
SetApplicationData(IApplicationData)
Declaration
public void SetApplicationData(IApplicationData applicationData)
Parameters
Type | Name | Description |
---|---|---|
IApplicationData | applicationData |
SetColumnLabels(String[])
Declaration
public void SetColumnLabels(string[] columnLabels)
Parameters
Type | Name | Description |
---|---|---|
System.String[] | columnLabels |
SetData(Double[], Double[])
Declaration
public void SetData(double[] realData, double[] imagData)
Parameters
Type | Name | Description |
---|---|---|
System.Double[] | realData | |
System.Double[] | imagData |
SetRowLabels(String[])
Declaration
public void SetRowLabels(string[] rowLabels)
Parameters
Type | Name | Description |
---|---|---|
System.String[] | rowLabels |
Implements
System.Runtime.Remoting.Messaging.IMessageSink