Search Results for

    Show / Hide Table of Contents

    Class SimDebugBuilder

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

    Constructors

    SimDebugBuilder()

    Declaration
    protected SimDebugBuilder()

    Properties

    Driver

    Declaration
    public SimDebugBuilder.DriverType Driver { get; set; }
    Property Value
    Type Description
    SimDebugBuilder.DriverType

    DumpOutput

    Declaration
    public SimDebugBuilder.OutputType DumpOutput { get; set; }
    Property Value
    Type Description
    SimDebugBuilder.OutputType

    DumpToFileName

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

    PrintoutTags

    Declaration
    public SimDebugBuilder.PrintoutTagsOrPointersType PrintoutTags { get; set; }
    Property Value
    Type Description
    SimDebugBuilder.PrintoutTagsOrPointersType

    Methods

    GetTrace(TraceType)

    Declaration
    public bool GetTrace(SimDebugBuilder.TraceType type)
    Parameters
    Type Name Description
    SimDebugBuilder.TraceType type
    Returns
    Type Description
    bool

    GetUiSetting(UiType)

    Declaration
    public bool GetUiSetting(SimDebugBuilder.UiType type)
    Parameters
    Type Name Description
    SimDebugBuilder.UiType type
    Returns
    Type Description
    bool

    SetTrace(TraceType, bool)

    Declaration
    public void SetTrace(SimDebugBuilder.TraceType type, bool state)
    Parameters
    Type Name Description
    SimDebugBuilder.TraceType type
    bool state

    SetUiSetting(UiType, bool)

    Declaration
    public void SetUiSetting(SimDebugBuilder.UiType type, bool state)
    Parameters
    Type Name Description
    SimDebugBuilder.UiType type
    bool state

    Implements

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