Class ImportedSimInterfaceCollection
Inheritance
ImportedSimInterfaceCollection
Assembly: NXOpen.dll
Syntax
public class ImportedSimInterfaceCollection : TaggedObjectCollection, IMessageSink, IEnumerable
Constructors
ImportedSimInterfaceCollection()
Declaration
protected ImportedSimInterfaceCollection()
ImportedSimInterfaceCollection(SimSimulation)
Declaration
protected ImportedSimInterfaceCollection(SimSimulation owner)
Parameters
Properties
Tag
Declaration
Property Value
Methods
AbortImportSimInterface(SimBC[], bool)
Declaration
public void AbortImportSimInterface(SimBC[] objects, bool isnxinteractiverun)
Parameters
Type |
Name |
Description |
SimBC[] |
objects |
|
bool |
isnxinteractiverun |
|
CreateImportedSimulationInterface(SimulationInterface, ExpressionConflictOption, int)
Declaration
public ImportedSimInterface CreateImportedSimulationInterface(SimulationInterface simif, ImportedSimInterfaceCollection.ExpressionConflictOption expconfop, int offset)
Parameters
Returns
DeleteSimInterface(ImportedSimInterface)
Declaration
public void DeleteSimInterface(ImportedSimInterface importedSimIF)
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
FindObject(string)
Declaration
public ImportedSimInterface FindObject(string journalIdentifier)
Parameters
Type |
Name |
Description |
string |
journalIdentifier |
|
Returns
LoadSourceSim(ImportedSimInterface)
Declaration
public void LoadSourceSim(ImportedSimInterface importedSimIF)
Parameters
ToArray()
Declaration
public ImportedSimInterface[] ToArray()
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink