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