Search Results for

    Show / Hide Table of Contents

    Class StandardPartBatchData

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

    Constructors

    StandardPartBatchData(nint)

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

    Methods

    ClearConceptObjectsSet()

    Declaration
    public void ClearConceptObjectsSet()

    ClearStandardPartRecords()

    Declaration
    public void ClearStandardPartRecords()

    DeleteRecord(int)

    Declaration
    public void DeleteRecord(int recordIndex)
    Parameters
    Type Name Description
    int recordIndex

    FreeResource()

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

    Initialize()

    Declaration
    public void Initialize()

    SetCurrentSymbolOwningPart(Part)

    Declaration
    public void SetCurrentSymbolOwningPart(Part owningPart)
    Parameters
    Type Name Description
    Part owningPart

    SetIncludeChildComponents(bool)

    Declaration
    public void SetIncludeChildComponents(bool includeChildren)
    Parameters
    Type Name Description
    bool includeChildren

    UpdateRecordValues(int, NXObject, NXObject[])

    Declaration
    public void UpdateRecordValues(int recordIndex, NXObject conceptObject, NXObject[] instanceObjects)
    Parameters
    Type Name Description
    int recordIndex
    NXObject conceptObject
    NXObject[] instanceObjects

    Implements

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