Search Results for

    Show / Hide Table of Contents

    Class ComparePartsResult

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

    Constructors

    ComparePartsResult(nint)

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

    Methods

    FreeResource()

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

    GetComparedObjects(out CAMObject, out CAMObject)

    Declaration
    public void GetComparedObjects(out CAMObject object1, out CAMObject object2)
    Parameters
    Type Name Description
    CAMObject object1
    CAMObject object2

    GetIsCustomizationDifferent()

    Declaration
    public bool GetIsCustomizationDifferent()
    Returns
    Type Description
    bool

    GetIsValueDifferent()

    Declaration
    public bool GetIsValueDifferent()
    Returns
    Type Description
    bool

    GetTypeOfObject()

    Declaration
    public ComparePartsResult.ObjectTypes GetTypeOfObject()
    Returns
    Type Description
    ComparePartsResult.ObjectTypes

    Implements

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