Class CacheResultRecipeBuilder
Inheritance
System.Object
System.MarshalByRefObject
CacheResultRecipeBuilder
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 CacheResultRecipeBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
CacheResultRecipeBuilder()
Declaration
protected CacheResultRecipeBuilder()
Properties
IterationStepSpacing
Declaration
public int IterationStepSpacing { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
IterationValueTypeFilter
Declaration
public BaseIteration.IterationValueType IterationValueTypeFilter { get; set; }
Property Value
Type | Description |
---|---|
BaseIteration.IterationValueType |
Methods
SetEndIteration(BaseIteration)
Declaration
public void SetEndIteration(BaseIteration iteration)
Parameters
Type | Name | Description |
---|---|---|
BaseIteration | iteration |
SetEquivalentResultType(BaseResultType)
Declaration
public void SetEquivalentResultType(BaseResultType restype)
Parameters
Type | Name | Description |
---|---|---|
BaseResultType | restype |
SetStartIteration(BaseIteration)
Declaration
public void SetStartIteration(BaseIteration iteration)
Parameters
Type | Name | Description |
---|---|---|
BaseIteration | iteration |
Implements
System.Runtime.Remoting.Messaging.IMessageSink