Class TableCollection
Inheritance
TableCollection
Assembly: NXOpen.dll
Syntax
public class TableCollection : TaggedObjectCollection, IMessageSink, IEnumerable
Constructors
TableCollection()
Declaration
protected TableCollection()
TableCollection(DiagrammingManager)
Declaration
protected TableCollection(DiagrammingManager owner)
Parameters
Properties
Tag
Declaration
Property Value
Methods
CreateTableBuilder(Table)
Declaration
public TableBuilder CreateTableBuilder(Table table)
Parameters
Type |
Name |
Description |
Table |
table |
|
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 Table FindObject(string journalIdentifier)
Parameters
Type |
Name |
Description |
string |
journalIdentifier |
|
Returns
ToArray()
Declaration
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink