Class SimLoadRecipeMappingCollection
Inheritance
SimLoadRecipeMappingCollection
Assembly: NXOpen.dll
Syntax
public class SimLoadRecipeMappingCollection : TaggedObjectCollection, IMessageSink, IEnumerable
Constructors
SimLoadRecipeMappingCollection()
Declaration
protected SimLoadRecipeMappingCollection()
SimLoadRecipeMappingCollection(SimLoadRecipe)
Declaration
protected SimLoadRecipeMappingCollection(SimLoadRecipe owner)
Parameters
Properties
Tag
Declaration
Property Value
Methods
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 SimLoadRecipeMapping Find(string name)
Parameters
Type |
Name |
Description |
string |
name |
|
Returns
ToArray()
Declaration
public SimLoadRecipeMapping[] ToArray()
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink