Search Results for

    Show / Hide Table of Contents

    Class LogicObjectBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    SystemObjectBuilder
    LogicObjectBuilder
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    SystemObjectBuilder.InstanceName
    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 LogicObjectBuilder : SystemObjectBuilder, IMessageSink, IComponentBuilder

    Constructors

    LogicObjectBuilder()

    Declaration
    protected LogicObjectBuilder()

    Properties

    Aspect

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

    ClassificationItem

    Declaration
    public SelectClassificationBuilder ClassificationItem { get; }
    Property Value
    Type Description
    SelectClassificationBuilder

    LetterDescription

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

    LetterName

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

    Modified

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

    NavigatorObject

    Declaration
    public NXObject NavigatorObject { get; }
    Property Value
    Type Description
    NXObject

    ObjectInformation

    Declaration
    public ObjectInformationBuilder ObjectInformation { get; }
    Property Value
    Type Description
    ObjectInformationBuilder

    Parent

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

    TypeName

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

    Methods

    GetParameterData()

    Declaration
    public LogicObjectBuilder.ParameterData[] GetParameterData()
    Returns
    Type Description
    ParameterData[]

    SetParameterData(ParameterData[])

    Declaration
    public void SetParameterData(LogicObjectBuilder.ParameterData[] parameterData)
    Parameters
    Type Name Description
    ParameterData[] parameterData

    Implements

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