Class SimDebugBuilder
Inheritance
SimDebugBuilder
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
DumpOutput
Declaration
public SimDebugBuilder.OutputType DumpOutput { get; set; }
Property Value
DumpToFileName
Declaration
public string DumpToFileName { get; set; }
Property Value
Declaration
public SimDebugBuilder.PrintoutTagsOrPointersType PrintoutTags { get; set; }
Property Value
Methods
GetTrace(TraceType)
Declaration
public bool GetTrace(SimDebugBuilder.TraceType type)
Parameters
Returns
GetUiSetting(UiType)
Declaration
public bool GetUiSetting(SimDebugBuilder.UiType type)
Parameters
Returns
SetTrace(TraceType, bool)
Declaration
public void SetTrace(SimDebugBuilder.TraceType type, bool state)
Parameters
SetUiSetting(UiType, bool)
Declaration
public void SetUiSetting(SimDebugBuilder.UiType type, bool state)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink