Search Results for

    Show / Hide Table of Contents

    Class AfuAbscissaHeaderInfo

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TransientObject
    AfuAbscissaHeaderInfo
    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 AfuAbscissaHeaderInfo : TransientObject, IMessageSink, IDisposable

    Constructors

    AfuAbscissaHeaderInfo(nint)

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

    Properties

    AxisLabel

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

    RealOffset

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

    RealScale

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

    Spacing

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

    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