Class ModelSetupCheckBuilder
Inheritance
System.Object
System.MarshalByRefObject
ModelSetupCheckBuilder
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.CAE.ModelCheck
Assembly: NXOpen.dll
Syntax
public class ModelSetupCheckBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
ModelSetupCheckBuilder()
Declaration
protected ModelSetupCheckBuilder()
Properties
CheckAllComponents
Declaration
public bool CheckAllComponents { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
CheckLabelConflicts
Declaration
public bool CheckLabelConflicts { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
CheckUnconnectedComponent
Declaration
public bool CheckUnconnectedComponent { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsDetailedMessage
Declaration
public bool IsDetailedMessage { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ReportFileName
Declaration
public string ReportFileName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
DoCheck()
Declaration
public int DoCheck()
Returns
Type | Description |
---|---|
System.Int32 |
Implements
System.Runtime.Remoting.Messaging.IMessageSink