Search Results for

    Show / Hide Table of Contents

    Class ProfinetClientBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    ProfinetClientBuilder
    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 ProfinetClientBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    ProfinetClientBuilder()

    Declaration
    protected ProfinetClientBuilder()

    Properties

    InstanceName

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

    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

    GetInstanceNames(out String[])

    Declaration
    public void GetInstanceNames(out string[] instanceNames)
    Parameters
    Type Name Description
    System.String[] instanceNames

    GetTags()

    Declaration
    public ProfinetClientBuilder.TagInfo[] GetTags()
    Returns
    Type Description
    ProfinetClientBuilder.TagInfo[]

    GetTagsEx()

    Declaration
    public ProfinetClientBuilder.TagInfoEx[] GetTagsEx()
    Returns
    Type Description
    ProfinetClientBuilder.TagInfoEx[]

    SetTags(ProfinetClientBuilder.TagInfo[])

    Declaration
    public void SetTags(ProfinetClientBuilder.TagInfo[] tagInfos)
    Parameters
    Type Name Description
    ProfinetClientBuilder.TagInfo[] tagInfos

    SetTagsEx(ProfinetClientBuilder.TagInfoEx[])

    Declaration
    public void SetTagsEx(ProfinetClientBuilder.TagInfoEx[] tagInfos)
    Parameters
    Type Name Description
    ProfinetClientBuilder.TagInfoEx[] tagInfos

    Implements

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