Class InspectionVerifyProgramBuilder
Inheritance
System.Object
System.MarshalByRefObject
InspectionVerifyProgramBuilder
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.CAM
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
Type | Description |
---|---|
System.Boolean |
CheckProgramErrors
Declaration
public bool CheckProgramErrors { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
CheckToleranceErrors
Declaration
public bool CheckToleranceErrors { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ColorIonRows
Declaration
public bool ColorIonRows { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ListOutput
Declaration
public bool ListOutput { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
LogFile
Declaration
public string LogFile { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ProgramColor
Declaration
public NXColor ProgramColor { get; set; }
Property Value
Type | Description |
---|---|
NXColor |
SyntaxColor
Declaration
public NXColor SyntaxColor { get; set; }
Property Value
Type | Description |
---|---|
NXColor |
ToleranceColor
Declaration
public NXColor ToleranceColor { get; set; }
Property Value
Type | Description |
---|---|
NXColor |
Methods
VerifyProgram()
Declaration
public void VerifyProgram()
Implements
System.Runtime.Remoting.Messaging.IMessageSink