Search Results for

    Show / Hide Table of Contents

    Class ComparisonResultAttribute

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TransientObject
    ComparisonResultBase
    ComparisonResultAttribute
    Implements
    IMessageSink
    IDisposable
    Inherited Members
    ComparisonResultBase.Ignored
    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.Mechatronics
    Assembly: NXOpen.dll
    Syntax
    public class ComparisonResultAttribute : ComparisonResultBase, IMessageSink, IDisposable

    Constructors

    ComparisonResultAttribute(nint)

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

    Properties

    EcadValue

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

    LogicalValue

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

    Name

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    string

    Methods

    FreeResource()

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

    Implements

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