Class TableSectionCollection
Inheritance
TableSectionCollection
Assembly: NXOpen.dll
Syntax
public class TableSectionCollection : TaggedObjectCollection, IMessageSink, IEnumerable
Constructors
TableSectionCollection()
Declaration
protected TableSectionCollection()
TableSectionCollection(AnnotationManager)
Declaration
protected TableSectionCollection(AnnotationManager owner)
Parameters
Properties
Tag
Declaration
Property Value
Methods
CreateTableSectionBuilder(TableSection)
Declaration
public TableSectionBuilder CreateTableSectionBuilder(TableSection section)
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 TableSection FindObject(string journalIdentifier)
Parameters
Type |
Name |
Description |
string |
journalIdentifier |
|
Returns
ToArray()
Declaration
public TableSection[] ToArray()
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink