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