Search Results for

    Show / Hide Table of Contents

    Class GeneralWorkFlowBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    GeneralWorkFlowBuilder
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    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.Drawings
    Assembly: NXOpen.dll
    Syntax
    public class GeneralWorkFlowBuilder : TaggedObject, IMessageSink, IComponentBuilder

    Constructors

    GeneralWorkFlowBuilder()

    Declaration
    protected GeneralWorkFlowBuilder()

    Properties

    CreateDraftingComponent

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

    GridSettings

    Declaration
    public GeneralWorkFlowBuilder.GridSettingsType GridSettings { get; set; }
    Property Value
    Type Description
    GeneralWorkFlowBuilder.GridSettingsType

    ModelBasedAlwaysStart

    Declaration
    public GeneralWorkFlowBuilder.ModelBasedAlwaysStartType ModelBasedAlwaysStart { get; set; }
    Property Value
    Type Description
    GeneralWorkFlowBuilder.ModelBasedAlwaysStartType

    ModelBasedInsertSheet

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

    ModelBasedProjectedView

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

    SettingsOrigination

    Declaration
    public GeneralWorkFlowBuilder.SettingsOrientationType SettingsOrigination { get; set; }
    Property Value
    Type Description
    GeneralWorkFlowBuilder.SettingsOrientationType

    StandAloneInsertSheet

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

    StandAloneProjectToView

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

    StandAloneProjectedView

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

    StandAloneViewCreation

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

    Methods

    Validate()

    Declaration
    public bool Validate()
    Returns
    Type Description
    bool

    Implements

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