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