Search Results for

    Show / Hide Table of Contents

    Class TemplateBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    TemplateBuilder
    Implements
    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, int)
    TaggedObject.Tag
    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.PcbExchange
    Assembly: NXOpen.dll
    Syntax
    public class TemplateBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    TemplateBuilder()

    Declaration
    protected TemplateBuilder()

    Properties

    AreaItemType

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

    AreaTemplate

    Declaration
    public int AreaTemplate { get; set; }
    Property Value
    Type Description
    int

    AssemblyItemType

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

    AssemblyTemplate

    Declaration
    public int AssemblyTemplate { get; set; }
    Property Value
    Type Description
    int

    BoardItemType

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

    BoardTemplate

    Declaration
    public int BoardTemplate { get; set; }
    Property Value
    Type Description
    int

    ComponentItemType

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

    ComponentTemplate

    Declaration
    public int ComponentTemplate { get; set; }
    Property Value
    Type Description
    int

    FemItemType

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

    FemTemplate

    Declaration
    public int FemTemplate { get; set; }
    Property Value
    Type Description
    int

    SimItemType

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

    SimTemplate

    Declaration
    public int SimTemplate { get; set; }
    Property Value
    Type Description
    int

    SubAssemblyItemType

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

    SubAssemblyTemplate

    Declaration
    public int SubAssemblyTemplate { get; set; }
    Property Value
    Type Description
    int

    Implements

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