Class AfuData
Inheritance
System.Object
System.MarshalByRefObject
AfuData
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable
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)
Assembly: NXOpen.dll
Syntax
public class AfuData : TransientObject, IMessageSink, IDisposable
Constructors
AfuData(IntPtr)
Declaration
protected AfuData(IntPtr ptr)
Parameters
Type |
Name |
Description |
System.IntPtr |
ptr |
|
Properties
Declaration
public AfuAbscissaHeaderInfo AfuAbscissaHeaderInfo { get; set; }
Property Value
Declaration
public AfuHeaderId AfuHeaderId { get; set; }
Property Value
Declaration
public AfuOrdinateHeaderInfo AfuOrdinateHeaderInfo { get; set; }
Property Value
Declaration
public AfuZHeaderInfo AfuZHeaderInfo { get; set; }
Property Value
Declaration
public AfuData.ExtrapolationType Extrapolation { get; set; }
Property Value
FileName
Declaration
public string FileName { get; set; }
Property Value
Type |
Description |
System.String |
|
FunctionDataType
Declaration
public XyFunctionDataType FunctionDataType { get; set; }
Property Value
Interpolation
Declaration
public AfuData.InterpolationType Interpolation { get; set; }
Property Value
RecordName
Declaration
public string RecordName { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
FreeResource()
Declaration
protected override void FreeResource()
Overrides
GetAbscissaAndOrdinateAxisDefinition(out AfuData.AbscissaType, out XyFunctionUnit, out AfuData.OrdinateType, out XyFunctionUnit, out XyFunctionUnit)
Declaration
public void GetAbscissaAndOrdinateAxisDefinition(out AfuData.AbscissaType abscissaType, out XyFunctionUnit xUnit, out AfuData.OrdinateType ordinateType, out XyFunctionUnit yUnit, out XyFunctionUnit yDenominatorUnit)
Parameters
GetComplexData(out Double[], out Double[])
Declaration
public double[] GetComplexData(out double[] xValues, out double[] yValues)
Parameters
Type |
Name |
Description |
System.Double[] |
xValues |
|
System.Double[] |
yValues |
|
Returns
Type |
Description |
System.Double[] |
|
GetEvenData(out Double, out Double, out Int32)
Declaration
public void GetEvenData(out double xMinimum, out double xIncrement, out int numberOfPoints)
Parameters
Type |
Name |
Description |
System.Double |
xMinimum |
|
System.Double |
xIncrement |
|
System.Int32 |
numberOfPoints |
|
GetRealData(out Double[])
Declaration
public double[] GetRealData(out double[] xValues)
Parameters
Type |
Name |
Description |
System.Double[] |
xValues |
|
Returns
Type |
Description |
System.Double[] |
|
SetAbscissaAndOrdinateAxisDefinition(XyFunctionUnit, AfuData.OrdinateType, XyFunctionUnit, XyFunctionUnit)
Declaration
public void SetAbscissaAndOrdinateAxisDefinition(XyFunctionUnit xUnit, AfuData.OrdinateType ordinateType, XyFunctionUnit yUnit, XyFunctionUnit yDenominatorUnit)
Parameters
SetComplexData(Double, Double, Double[], Double[])
Declaration
public void SetComplexData(double xMinimum, double xIncrement, double[] yValues, double[] zValues)
Parameters
Type |
Name |
Description |
System.Double |
xMinimum |
|
System.Double |
xIncrement |
|
System.Double[] |
yValues |
|
System.Double[] |
zValues |
|
SetComplexData(Double[], Double[], Double[])
Declaration
public void SetComplexData(double[] xValues, double[] yValues, double[] zValues)
Parameters
Type |
Name |
Description |
System.Double[] |
xValues |
|
System.Double[] |
yValues |
|
System.Double[] |
zValues |
|
SetRealData(Double, Double, Double[])
Declaration
public void SetRealData(double xMinimum, double xIncrement, double[] yValues)
Parameters
Type |
Name |
Description |
System.Double |
xMinimum |
|
System.Double |
xIncrement |
|
System.Double[] |
yValues |
|
SetRealData(Double[], Double[])
Declaration
public void SetRealData(double[] xValues, double[] yValues)
Parameters
Type |
Name |
Description |
System.Double[] |
xValues |
|
System.Double[] |
yValues |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable