Search Results for

    Show / Hide Table of Contents

    Class PlcSimAdvClientBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    PlcSimAdvClientBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    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 PlcSimAdvClientBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    PlcSimAdvClientBuilder()

    Declaration
    protected PlcSimAdvClientBuilder()

    Properties

    SelectedConfigurationName

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

    SelectedConfigurationPart

    Declaration
    public Part SelectedConfigurationPart { get; set; }
    Property Value
    Type Description
    Part

    Methods

    GetInstanceInformation(String, Part, out PlcSimAdvClientBuilder.TagInfo[])

    Declaration
    public void GetInstanceInformation(string instanceName, Part ownerPart, out PlcSimAdvClientBuilder.TagInfo[] tagInfos)
    Parameters
    Type Name Description
    System.String instanceName
    Part ownerPart
    PlcSimAdvClientBuilder.TagInfo[] tagInfos

    GetInstanceNames(out Part[])

    Declaration
    public string[] GetInstanceNames(out Part[] ownerParts)
    Parameters
    Type Name Description
    Part[] ownerParts
    Returns
    Type Description
    System.String[]

    RefreshRegisteredInstances()

    Declaration
    public void RefreshRegisteredInstances()

    SetInstanceInformation(String, Part, PlcSimAdvClientBuilder.TagInfo[])

    Declaration
    public void SetInstanceInformation(string instanceName, Part ownerPart, PlcSimAdvClientBuilder.TagInfo[] tagInfos)
    Parameters
    Type Name Description
    System.String instanceName
    Part ownerPart
    PlcSimAdvClientBuilder.TagInfo[] tagInfos

    SetInstanceNames(Part[], String[])

    Declaration
    public void SetInstanceNames(Part[] ownerParts, string[] names)
    Parameters
    Type Name Description
    Part[] ownerParts
    System.String[] names

    Implements

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