Class SimRecipeCollection
Inheritance
SimRecipeCollection
Assembly: NXOpen.dll
Syntax
public class SimRecipeCollection : TaggedObjectCollection, IMessageSink, IEnumerable
Constructors
SimRecipeCollection()
Declaration
protected SimRecipeCollection()
SimRecipeCollection(SimSimulation)
Declaration
protected SimRecipeCollection(SimSimulation owner)
Parameters
Properties
Tag
Declaration
Property Value
Methods
CreateAutoBcRecipe(string, string)
Declaration
public SimAutoBcRecipe CreateAutoBcRecipe(string descriptorName, string recipeName)
Parameters
Type |
Name |
Description |
string |
descriptorName |
|
string |
recipeName |
|
Returns
EnumerateMoveNext(ref Tag, byte[])
Declaration
protected override int EnumerateMoveNext(ref Tag currentTag, byte[] state)
Parameters
Type |
Name |
Description |
Tag |
currentTag |
|
byte[] |
state |
|
Returns
Overrides
FindObject(string)
Declaration
public SimRecipe FindObject(string journalIdentifier)
Parameters
Type |
Name |
Description |
string |
journalIdentifier |
|
Returns
ToArray()
Declaration
public SimRecipe[] ToArray()
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink