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