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