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