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