Class ProxyObjectCollection
Inheritance
ProxyObjectCollection
Assembly: NXOpen.dll
Syntax
public class ProxyObjectCollection : TaggedObjectCollection, IMessageSink, IEnumerable
Constructors
ProxyObjectCollection()
Declaration
protected ProxyObjectCollection()
ProxyObjectCollection(Part)
Declaration
protected ProxyObjectCollection(Part owner)
Parameters
Type |
Name |
Description |
Part |
owner |
|
Properties
Tag
Declaration
Property Value
Methods
CreateProxyObjectBuilder(ProxyObject)
Declaration
public ProxyObjectBuilder CreateProxyObjectBuilder(ProxyObject proxyObject)
Parameters
Returns
CreateProxyObjectParameterBuilder()
Declaration
public ProxyObjectParameterBuilder CreateProxyObjectParameterBuilder()
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 ProxyObject FindObject(string name)
Parameters
Type |
Name |
Description |
string |
name |
|
Returns
ToArray()
Declaration
public ProxyObject[] ToArray()
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink