Search Results for

    Show / Hide Table of Contents

    Class TemplateBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    TemplateBuilder
    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.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
    System.String

    AreaTemplate

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

    AssemblyItemType

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

    AssemblyTemplate

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

    BoardItemType

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

    BoardTemplate

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

    ComponentItemType

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

    ComponentTemplate

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

    FemItemType

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

    FemTemplate

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

    SimItemType

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

    SimTemplate

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

    SubAssemblyItemType

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

    SubAssemblyTemplate

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

    Implements

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