Class BaseRecord
Inheritance
System.Object
System.MarshalByRefObject
BaseRecord
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 BaseRecord : NXObject, IMessageSink, INXObject
Constructors
BaseRecord()
Declaration
protected BaseRecord()
Properties
LegendName
Declaration
public string LegendName { get; }
Property Value
Type | Description |
---|---|
System.String |
ResultInformation
Declaration
public string ResultInformation { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
GetAbscissaUnit()
Declaration
public BaseUnit GetAbscissaUnit()
Returns
Type | Description |
---|---|
BaseUnit |
GetDescription()
Declaration
public string[] GetDescription()
Returns
Type | Description |
---|---|
System.String[] |
GetOrdinateUnit()
Declaration
public BaseUnit GetOrdinateUnit()
Returns
Type | Description |
---|---|
BaseUnit |
GetPointLabels()
Declaration
public string[] GetPointLabels()
Returns
Type | Description |
---|---|
System.String[] |
SetDescription(String[])
Declaration
public void SetDescription(string[] description)
Parameters
Type | Name | Description |
---|---|---|
System.String[] | description |
Implements
System.Runtime.Remoting.Messaging.IMessageSink