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