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