Search Results for

    Show / Hide Table of Contents

    Class EjectorTableBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    EjectorTableBuilder
    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.Tooling
    Assembly: NXOpen.dll
    Syntax
    public class EjectorTableBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    EjectorTableBuilder()

    Declaration
    protected EjectorTableBuilder()

    Properties

    DestinationFolder

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

    EjectorDrawingType

    Declaration
    public EjectorTableBuilder.DrawingType EjectorDrawingType { get; set; }
    Property Value
    Type Description
    EjectorTableBuilder.DrawingType

    EjectorPins

    Declaration
    public SelectComponentList EjectorPins { get; }
    Property Value
    Type Description
    SelectComponentList

    EjectorPinType

    Declaration
    public EjectorTableBuilder.EjectorType EjectorPinType { get; set; }
    Property Value
    Type Description
    EjectorTableBuilder.EjectorType

    MasterModelPartName

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

    NameRule

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

    RenameComponent

    Declaration
    public bool RenameComponent { get; set; }
    Property Value
    Type Description
    System.Boolean

    TemplateName

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

    WorkingPart

    Declaration
    public NXObject WorkingPart { get; set; }
    Property Value
    Type Description
    NXObject

    Methods

    AssignEjectorType()

    Declaration
    public void AssignEjectorType()

    GetEjectorTableData()

    Declaration
    public EjectorTableData GetEjectorTableData()
    Returns
    Type Description
    EjectorTableData

    NewEjectorTableData()

    Declaration
    public EjectorTableData NewEjectorTableData()
    Returns
    Type Description
    EjectorTableData

    RemoveEjectorType()

    Declaration
    public void RemoveEjectorType()

    Implements

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