Search Results for

    Show / Hide Table of Contents

    Class ConcurrentDesignManagementBuilder

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

    Constructors

    ConcurrentDesignManagementBuilder()

    Declaration
    protected ConcurrentDesignManagementBuilder()

    Properties

    DesignTasks

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

    DesignerName

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

    ProjectLeader

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

    SelectComponent

    Declaration
    public SelectComponent SelectComponent { get; }
    Property Value
    Type Description
    SelectComponent

    SelectedDesignerIndex

    Declaration
    public int SelectedDesignerIndex { get; set; }
    Property Value
    Type Description
    int

    SetAsMyDefaultTask

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

    TaskDescription

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

    Type

    Declaration
    public ConcurrentDesignManagementBuilder.Types Type { get; set; }
    Property Value
    Type Description
    ConcurrentDesignManagementBuilder.Types

    UpdateOptions

    Declaration
    public ConcurrentDesignManagementBuilder.UpdateTypes UpdateOptions { get; set; }
    Property Value
    Type Description
    ConcurrentDesignManagementBuilder.UpdateTypes

    UserName

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

    Implements

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