Search Results for

    Show / Hide Table of Contents

    Class DynamicObjectTableBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    DynamicObjectTableBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    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.Mechatronics
    Assembly: NXOpen.dll
    Syntax
    public class DynamicObjectTableBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    DynamicObjectTableBuilder()

    Declaration
    protected DynamicObjectTableBuilder()

    Properties

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    UseType

    Declaration
    public DynamicObjectTableBuilder.UseTypes UseType { get; set; }
    Property Value
    Type Description
    DynamicObjectTableBuilder.UseTypes

    Methods

    ExportToFile(String)

    Declaration
    public string ExportToFile(string filePathName)
    Parameters
    Type Name Description
    System.String filePathName
    Returns
    Type Description
    System.String

    GetContainerInformation(out Boolean, out String)

    Declaration
    public void GetContainerInformation(out bool createContainer, out string containerName)
    Parameters
    Type Name Description
    System.Boolean createContainer
    System.String containerName

    GetInstances()

    Declaration
    public DynamicObjectTableBuilder.Instance[] GetInstances()
    Returns
    Type Description
    DynamicObjectTableBuilder.Instance[]

    GetInstanceToolInformation(String, out Int32, out Int32, out String)

    Declaration
    public void GetInstanceToolInformation(string instanceName, out int magazineNumber, out int pocketNumber, out string toolName)
    Parameters
    Type Name Description
    System.String instanceName
    System.Int32 magazineNumber
    System.Int32 pocketNumber
    System.String toolName

    ImportFromFile(String)

    Declaration
    public string ImportFromFile(string filePathName)
    Parameters
    Type Name Description
    System.String filePathName
    Returns
    Type Description
    System.String

    SetContainerInformation(Boolean, String)

    Declaration
    public void SetContainerInformation(bool createContainer, string containerName)
    Parameters
    Type Name Description
    System.Boolean createContainer
    System.String containerName

    SetInstances(DynamicObjectTableBuilder.Instance[])

    Declaration
    public void SetInstances(DynamicObjectTableBuilder.Instance[] instances)
    Parameters
    Type Name Description
    DynamicObjectTableBuilder.Instance[] instances

    SetInstanceToolInformation(String, Int32, Int32, String)

    Declaration
    public void SetInstanceToolInformation(string instanceName, int magazineNumber, int pocketNumber, string toolName)
    Parameters
    Type Name Description
    System.String instanceName
    System.Int32 magazineNumber
    System.Int32 pocketNumber
    System.String toolName

    Implements

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