Search Results for

    Show / Hide Table of Contents

    Class ElectricalPartBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    ElectricalPartBuilder
    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.Mechatronics
    Assembly: NXOpen.dll
    Syntax
    public class ElectricalPartBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    ElectricalPartBuilder()

    Declaration
    protected ElectricalPartBuilder()

    Properties

    PartNumber

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

    Methods

    GetAttributes()

    Declaration
    public ElectricalPartBuilder.Attribute[] GetAttributes()
    Returns
    Type Description
    Attribute[]

    GetOwner()

    Declaration
    public SystemObject GetOwner()
    Returns
    Type Description
    SystemObject

    SetAttributes(Attribute[])

    Declaration
    public void SetAttributes(ElectricalPartBuilder.Attribute[] attribute)
    Parameters
    Type Name Description
    Attribute[] attribute

    SetOwner(SystemObject)

    Declaration
    public void SetOwner(SystemObject owner)
    Parameters
    Type Name Description
    SystemObject owner

    Implements

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