Class TaggedObjectCollection
Inheritance
TaggedObjectCollection
Inherited Members
Namespace: NXOpen
Assembly: NXOpen.Utilities.dll
Syntax
public abstract class TaggedObjectCollection : NXRemotableObject, IMessageSink, IEnumerable
Constructors
TaggedObjectCollection()
Declaration
protected TaggedObjectCollection()
Methods
EnumerateMoveNext(ref Tag, byte[])
Declaration
protected abstract int EnumerateMoveNext(ref Tag currentTag, byte[] state)
Parameters
| Type | Name | Description |
|---|---|---|
| Tag | currentTag | |
| byte[] | state |
Returns
| Type | Description |
|---|---|
| int |
GetEnumerator()
Declaration
public IEnumerator GetEnumerator()
Returns
| Type | Description |
|---|---|
| IEnumerator |
initialize()
Declaration
protected void initialize()
Implements
System.Runtime.Remoting.Messaging.IMessageSink