Search Results for

    Show / Hide Table of Contents

    Class RunBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    RunBuilder
    ControlLoopBuilder
    Implements
    IMessageSink
    IComponentBuilder
    IAttributeSourceObjectBuilder
    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.PLAS
    Assembly: NXOpen.dll
    Syntax
    public class RunBuilder : Builder, IMessageSink, IComponentBuilder, IAttributeSourceObjectBuilder

    Constructors

    RunBuilder()

    Declaration
    protected RunBuilder()

    Properties

    Discipline

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

    IsUnassigned

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

    LineTypePathId

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

    ObjectApplication

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

    PipeSpecPathId

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

    Methods

    AutoAssignAttributes(NXObject[])

    Declaration
    public ErrorList AutoAssignAttributes(NXObject[] objects)
    Parameters
    Type Name Description
    NXObject[] objects
    Returns
    Type Description
    ErrorList

    AutoAssignAttributesWithNamingPattern(NXObject[], NXObject[])

    Declaration
    public ErrorList AutoAssignAttributesWithNamingPattern(NXObject[] objects, NXObject[] properties)
    Parameters
    Type Name Description
    NXObject[] objects
    NXObject[] properties
    Returns
    Type Description
    ErrorList

    CreateAttributeTitleToNamingPatternMap(string[], string[])

    Declaration
    public NXObject CreateAttributeTitleToNamingPatternMap(string[] attributeTitles, string[] titlePatterns)
    Parameters
    Type Name Description
    string[] attributeTitles
    string[] titlePatterns
    Returns
    Type Description
    NXObject

    GetLogicalObject()

    Declaration
    public LogicalObject GetLogicalObject()
    Returns
    Type Description
    LogicalObject

    Implements

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