Search Results for

    Show / Hide Table of Contents

    Class FunctionLegendAccessor

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

    Constructors

    FunctionLegendAccessor(nint)

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

    Methods

    AskFunctionName(CalculationFunctionType)

    Declaration
    public string AskFunctionName(CalculationFunctionType funcType)
    Parameters
    Type Name Description
    CalculationFunctionType funcType
    Returns
    Type Description
    string

    AskFunctionResult(CalculationFunctionType, out double[])

    Declaration
    public bool AskFunctionResult(CalculationFunctionType funcType, out double[] results)
    Parameters
    Type Name Description
    CalculationFunctionType funcType
    double[] results
    Returns
    Type Description
    bool

    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