Search Results for

    Show / Hide Table of Contents

    Class AfuOrdinateHeaderInfo

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TransientObject
    AfuOrdinateHeaderInfo
    Implements
    IMessageSink
    IDisposable
    Inherited Members
    TransientObject.Dispose()
    TransientObject.ToString()
    TransientObject.PrintTestData(string)
    TransientObject.PrintTestData(string, int)
    TransientObject.Handle
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.CAE
    Assembly: NXOpen.dll
    Syntax
    public class AfuOrdinateHeaderInfo : TransientObject, IMessageSink, IDisposable

    Constructors

    AfuOrdinateHeaderInfo(nint)

    Declaration
    protected AfuOrdinateHeaderInfo(nint ptr)
    Parameters
    Type Name Description
    nint ptr

    Properties

    AxisLabel

    Declaration
    public string AxisLabel { get; set; }
    Property Value
    Type Description
    string

    Damping

    Declaration
    public double Damping { get; set; }
    Property Value
    Type Description
    double

    DataFormat

    Declaration
    public int DataFormat { get; set; }
    Property Value
    Type Description
    int

    ImaginaryOffset

    Declaration
    public double ImaginaryOffset { get; set; }
    Property Value
    Type Description
    double

    ImaginaryScale

    Declaration
    public double ImaginaryScale { get; set; }
    Property Value
    Type Description
    double

    RealOffset

    Declaration
    public double RealOffset { get; set; }
    Property Value
    Type Description
    double

    RealScale

    Declaration
    public double RealScale { get; set; }
    Property Value
    Type Description
    double

    UnitLabel

    Declaration
    public string UnitLabel { get; set; }
    Property Value
    Type Description
    string

    Methods

    FreeResource()

    Declaration
    protected override void FreeResource()
    Overrides
    TransientObject.FreeResource()

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IDisposable
    In this article
    Back to top Generated by DocFX