Search Results for

    Show / Hide Table of Contents

    Class ReusableObject

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

    Constructors

    ReusableObject(nint)

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

    Properties

    ContainerFile

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

    DescriptiveName

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

    IsSavedInOriginalPart

    Declaration
    public bool IsSavedInOriginalPart { get; set; }
    Property Value
    Type Description
    bool

    ObjectGroupName

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

    PartFile

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

    PreviewImageFile

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

    Methods

    FreeResource()

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

    GetObjects()

    Declaration
    public NXObject[] GetObjects()
    Returns
    Type Description
    NXObject[]

    SetObjects(NXObject[])

    Declaration
    public void SetObjects(NXObject[] objects)
    Parameters
    Type Name Description
    NXObject[] objects

    Implements

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