Class CompanionResultBuilder
Inheritance
System.Object
System.MarshalByRefObject
CompanionResultBuilder
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
Assembly: NXOpen.dll
Syntax
public class CompanionResultBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
CompanionResultBuilder()
Declaration
protected CompanionResultBuilder()
Properties
AppendMethod
Declaration
public CompanionResultBuilder.ResultAppendMethod AppendMethod { get; set; }
Property Value
Type | Description |
---|---|
CompanionResultBuilder.ResultAppendMethod |
CompanionResultsFile
Declaration
public string CompanionResultsFile { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Disposition
Declaration
public CompanionResultBuilder.CompanionResultDisposition Disposition { get; set; }
Property Value
Type | Description |
---|---|
CompanionResultBuilder.CompanionResultDisposition |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
CommitResult()
Declaration
public CompanionResult CommitResult()
Returns
Type | Description |
---|---|
CompanionResult |
Implements
System.Runtime.Remoting.Messaging.IMessageSink