Search Results for

    Show / Hide Table of Contents

    Class ResultAccessor

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TransientObject
    ResultAccessor
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    System.IDisposable
    Inherited Members
    TransientObject.Dispose()
    TransientObject.ToString()
    TransientObject.PrintTestData(String)
    TransientObject.PrintTestData(String, Int32)
    TransientObject.Handle
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    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)
    Namespace: NXOpen.CAE.Xyplot
    Assembly: NXOpen.dll
    Syntax
    public class ResultAccessor : TransientObject, IMessageSink, IDisposable

    Constructors

    ResultAccessor(IntPtr)

    Declaration
    protected ResultAccessor(IntPtr ptr)
    Parameters
    Type Name Description
    System.IntPtr ptr

    Properties

    CanvasIndex

    Declaration
    public int CanvasIndex { get; }
    Property Value
    Type Description
    System.Int32

    GraphCount

    Declaration
    public int GraphCount { get; }
    Property Value
    Type Description
    System.Int32

    OnCanvas

    Declaration
    public bool OnCanvas { get; }
    Property Value
    Type Description
    System.Boolean

    Plot

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

    RecordCount

    Declaration
    public int RecordCount { get; }
    Property Value
    Type Description
    System.Int32

    Methods

    AskArgand3DFunctionDataAccessor(Int32, Int32)

    Declaration
    public Argand3DFunctionDataAccessor AskArgand3DFunctionDataAccessor(int graphIndex, int recordIndex)
    Parameters
    Type Name Description
    System.Int32 graphIndex
    System.Int32 recordIndex
    Returns
    Type Description
    Argand3DFunctionDataAccessor

    AskBarChartFunctionDataAccessor(Int32, Int32)

    Declaration
    public BarChartFunctionDataAccessor AskBarChartFunctionDataAccessor(int graphIndex, int recordIndex)
    Parameters
    Type Name Description
    System.Int32 graphIndex
    System.Int32 recordIndex
    Returns
    Type Description
    BarChartFunctionDataAccessor

    AskCampbellFunctionDataAccessor(Int32, Int32)

    Declaration
    public CampbellFunctionDataAccessor AskCampbellFunctionDataAccessor(int graphIndex, int recordIndex)
    Parameters
    Type Name Description
    System.Int32 graphIndex
    System.Int32 recordIndex
    Returns
    Type Description
    CampbellFunctionDataAccessor

    AskFunctionDataAccessorType(Int32, Int32)

    Declaration
    public FunctionDataAccessor AskFunctionDataAccessorType(int graphIndex, int recordIndex)
    Parameters
    Type Name Description
    System.Int32 graphIndex
    System.Int32 recordIndex
    Returns
    Type Description
    FunctionDataAccessor

    AskMatrixFunctionDataAccessor(Int32, Int32)

    Declaration
    public MatrixFunctionDataAccessor AskMatrixFunctionDataAccessor(int graphIndex, int recordIndex)
    Parameters
    Type Name Description
    System.Int32 graphIndex
    System.Int32 recordIndex
    Returns
    Type Description
    MatrixFunctionDataAccessor

    AskPostEnvironment()

    Declaration
    public TaggedObject AskPostEnvironment()
    Returns
    Type Description
    TaggedObject

    AskXYFunctionDataAccessor(Int32, Int32)

    Declaration
    public XYFunctionDataAccessor AskXYFunctionDataAccessor(int graphIndex, int recordIndex)
    Parameters
    Type Name Description
    System.Int32 graphIndex
    System.Int32 recordIndex
    Returns
    Type Description
    XYFunctionDataAccessor

    AskXYZFunctionDataAccessor(Int32, Int32)

    Declaration
    public XYZFunctionDataAccessor AskXYZFunctionDataAccessor(int graphIndex, int recordIndex)
    Parameters
    Type Name Description
    System.Int32 graphIndex
    System.Int32 recordIndex
    Returns
    Type Description
    XYZFunctionDataAccessor

    FreeResource()

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

    GetNthGraph(Int32)

    Declaration
    public Graph GetNthGraph(int graphIdx)
    Parameters
    Type Name Description
    System.Int32 graphIdx
    Returns
    Type Description
    Graph

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    System.IDisposable
    In This Article
    Back to top Generated by DocFX