Class InspectionVerifyProgramBuilder
Inheritance
InspectionVerifyProgramBuilder
Assembly: NXOpen.dll
Syntax
public class InspectionVerifyProgramBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
InspectionVerifyProgramBuilder()
Declaration
protected InspectionVerifyProgramBuilder()
Properties
CheckDmisSyntax
Declaration
public bool CheckDmisSyntax { get; set; }
Property Value
CheckProgramErrors
Declaration
public bool CheckProgramErrors { get; set; }
Property Value
CheckToleranceErrors
Declaration
public bool CheckToleranceErrors { get; set; }
Property Value
ColorIonRows
Declaration
public bool ColorIonRows { get; set; }
Property Value
ListOutput
Declaration
public bool ListOutput { get; set; }
Property Value
LogFile
Declaration
public string LogFile { get; set; }
Property Value
ProgramColor
Declaration
public NXColor ProgramColor { get; set; }
Property Value
SyntaxColor
Declaration
public NXColor SyntaxColor { get; set; }
Property Value
ToleranceColor
Declaration
public NXColor ToleranceColor { get; set; }
Property Value
Methods
VerifyProgram()
Declaration
public void VerifyProgram()
Implements
System.Runtime.Remoting.Messaging.IMessageSink