Search Results for

    Show / Hide Table of Contents

    Class ComponentAttributesBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    ComponentAttributesBuilder
    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 ComponentAttributesBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    ComponentAttributesBuilder()

    Declaration
    protected ComponentAttributesBuilder()

    Properties

    Components

    Declaration
    public SelectNXObjectList Components { get; }
    Property Value
    Type Description
    SelectNXObjectList

    PackageClearanceTypesModification

    Declaration
    public bool PackageClearanceTypesModification { get; set; }
    Property Value
    Type Description
    bool

    PackageName

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

    PackageNameModification

    Declaration
    public bool PackageNameModification { get; set; }
    Property Value
    Type Description
    bool

    PartNumber

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

    PartNumberModification

    Declaration
    public bool PartNumberModification { get; set; }
    Property Value
    Type Description
    bool

    PlacementOwner

    Declaration
    public ComponentAttributesBuilder.PlacementOwnerEnum PlacementOwner { get; set; }
    Property Value
    Type Description
    ComponentAttributesBuilder.PlacementOwnerEnum

    ReferenceDesignator

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

    ReferenceDesignatorModification

    Declaration
    public bool ReferenceDesignatorModification { get; set; }
    Property Value
    Type Description
    bool

    Methods

    GetPackageClearanceTypes()

    Declaration
    public string[] GetPackageClearanceTypes()
    Returns
    Type Description
    string[]

    SetPackageClearanceTypes(string[])

    Declaration
    public void SetPackageClearanceTypes(string[] data)
    Parameters
    Type Name Description
    string[] data

    Implements

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