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
[Obsolete("Deprecated in NX2306.0.0. Use CAE.SimBCBuilder.")]
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
Declaration
public void Information(SimLoad[] loads)
Parameters
Type |
Name |
Description |
SimLoad[] |
loads |
|
ToArray()
Declaration
public SimLoad[] ToArray()
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink