Class SimLoadRecipeCollection
Inheritance
SimLoadRecipeCollection
Assembly: NXOpen.dll
Syntax
public class SimLoadRecipeCollection : TaggedObjectCollection, IMessageSink, IEnumerable
Constructors
SimLoadRecipeCollection()
Declaration
protected SimLoadRecipeCollection()
SimLoadRecipeCollection(SimSimulation)
Declaration
protected SimLoadRecipeCollection(SimSimulation owner)
Parameters
Properties
Tag
Declaration
Property Value
Methods
Copy(SimLoadRecipe)
Declaration
public SimLoadRecipe Copy(SimLoadRecipe recipeToCopy)
Parameters
Returns
Create(string, string, TargetTypes, DataTypes)
Declaration
public SimLoadRecipe Create(string name, string description, SimLoadRecipeTypes.TargetTypes targetType, SimLoadRecipeTypes.DataTypes dataType)
Parameters
Returns
Delete(SimLoadRecipe[])
Declaration
public void Delete(SimLoadRecipe[] recipes)
Parameters
EnumerateMoveNext(ref Tag, byte[])
Declaration
protected override int EnumerateMoveNext(ref Tag currentTag, byte[] state)
Parameters
Type |
Name |
Description |
Tag |
currentTag |
|
byte[] |
state |
|
Returns
Overrides
Find(string)
Declaration
public SimLoadRecipe Find(string name)
Parameters
Type |
Name |
Description |
string |
name |
|
Returns
ToArray()
Declaration
public SimLoadRecipe[] ToArray()
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink