Class SimLoadRecipeCollection
Inheritance
System.Object
System.MarshalByRefObject
SimLoadRecipeCollection
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.Collections.IEnumerable
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.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.CAE
Assembly: NXOpen.dll
Syntax
public class SimLoadRecipeCollection : TaggedObjectCollection, IMessageSink, IEnumerable
Constructors
SimLoadRecipeCollection()
Declaration
protected SimLoadRecipeCollection()
SimLoadRecipeCollection(SimSimulation)
Declaration
protected SimLoadRecipeCollection(SimSimulation owner)
Parameters
Type | Name | Description |
---|---|---|
SimSimulation | owner |
Properties
Tag
Declaration
public Tag Tag { get; }
Property Value
Type | Description |
---|---|
Tag |
Methods
Copy(SimLoadRecipe)
Declaration
public SimLoadRecipe Copy(SimLoadRecipe recipeToCopy)
Parameters
Type | Name | Description |
---|---|---|
SimLoadRecipe | recipeToCopy |
Returns
Type | Description |
---|---|
SimLoadRecipe |
Create(String, String, SimLoadRecipeTypes.DataTypes)
Declaration
public SimLoadRecipe Create(string name, string description, SimLoadRecipeTypes.DataTypes dataType)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | |
System.String | description | |
SimLoadRecipeTypes.DataTypes | dataType |
Returns
Type | Description |
---|---|
SimLoadRecipe |
Delete(SimLoadRecipe[])
Declaration
public void Delete(SimLoadRecipe[] recipes)
Parameters
Type | Name | Description |
---|---|---|
SimLoadRecipe[] | recipes |
EnumerateMoveNext(ref Tag, Byte[])
Declaration
protected override int EnumerateMoveNext(ref Tag currentTag, byte[] state)
Parameters
Type | Name | Description |
---|---|---|
Tag | currentTag | |
System.Byte[] | state |
Returns
Type | Description |
---|---|
System.Int32 |
Overrides
Find(String)
Declaration
public SimLoadRecipe Find(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name |
Returns
Type | Description |
---|---|
SimLoadRecipe |
ToArray()
Declaration
public SimLoadRecipe[] ToArray()
Returns
Type | Description |
---|---|
SimLoadRecipe[] |
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.Collections.IEnumerable