Search Results for

    Show / Hide Table of Contents

    Class AxisAccessor

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TransientObject
    AxisAccessor
    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.Xyplot
    Assembly: NXOpen.dll
    Syntax
    public class AxisAccessor : TransientObject, IMessageSink, IDisposable

    Constructors

    AxisAccessor(nint)

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

    Properties

    AxisType

    Declaration
    public AxisType AxisType { get; }
    Property Value
    Type Description
    AxisType

    Unit

    Declaration
    public BaseUnit Unit { get; }
    Property Value
    Type Description
    BaseUnit

    Methods

    FreeResource()

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

    GetLabel(out string[])

    Declaration
    public void GetLabel(out string[] axisLabels)
    Parameters
    Type Name Description
    string[] axisLabels

    Implements

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