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