Class ExternalConnectionCollection
Inheritance
ExternalConnectionCollection
Assembly: NXOpen.dll
Syntax
public class ExternalConnectionCollection : TaggedObjectCollection, IMessageSink, IEnumerable
Constructors
ExternalConnectionCollection()
Declaration
protected ExternalConnectionCollection()
ExternalConnectionCollection(PhysicsManager)
Declaration
protected ExternalConnectionCollection(PhysicsManager owner)
Parameters
Properties
Tag
Declaration
Property Value
Methods
CreateExternalConnectionBuilder(ExternalConnection)
Declaration
[Obsolete("Deprecated in NX1899.0.0. This method has no replacement. It is no longer supported.")]
public ExternalConnectionBuilder CreateExternalConnectionBuilder(ExternalConnection exteral)
Parameters
Returns
CreateExternalConnectionElementBuilder(ExternalConnectionElement)
Declaration
[Obsolete("Deprecated in NX1899.0.0. This method has no replacement. It is no longer supported.")]
public ExternalConnectionElementBuilder CreateExternalConnectionElementBuilder(ExternalConnectionElement element)
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
[Obsolete("Deprecated in NX1899.0.0. This method has no replacement. It is no longer supported.")]
public ExternalConnection FindObject(string name)
Parameters
Type |
Name |
Description |
string |
name |
|
Returns
ToArray()
Declaration
public ExternalConnection[] ToArray()
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink