Search Results for

    Show / Hide Table of Contents

    Class ProxyObjectBuilder

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

    Constructors

    ProxyObjectBuilder()

    Declaration
    protected ProxyObjectBuilder()

    Properties

    BuilderType

    Declaration
    public ProxyObjectBuilder.Type BuilderType { get; set; }
    Property Value
    Type Description
    ProxyObjectBuilder.Type

    Context

    Declaration
    public BasePart Context { get; set; }
    Property Value
    Type Description
    BasePart

    MaxParamId

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

    ParameterList

    Declaration
    public ProxyObjectParameterBuilderList ParameterList { get; }
    Property Value
    Type Description
    ProxyObjectParameterBuilderList

    ProxyObjectName

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

    SelectGeomObject

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

    SelectPhysicsObject

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

    UseType

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

    Implements

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