Class LinkDriverCollection
Inheritance
LinkDriverCollection
Assembly: NXOpen.dll
Syntax
public class LinkDriverCollection : TaggedObjectCollection, IMessageSink, IEnumerable
Constructors
LinkDriverCollection()
Declaration
protected LinkDriverCollection()
LinkDriverCollection(MotionManager)
Declaration
protected LinkDriverCollection(MotionManager owner)
Parameters
Properties
Tag
Declaration
Property Value
Methods
CreateLinkDriverBuilder(LinkDriver)
Declaration
public LinkDriverBuilder CreateLinkDriverBuilder(LinkDriver linkDriver)
Parameters
Returns
CreateMultiEditLinkDriverBuilder(LinkDriver[])
Declaration
public LinkDriverBuilder CreateMultiEditLinkDriverBuilder(LinkDriver[] linkDrivers)
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
public LinkDriver FindObject(string name)
Parameters
Type |
Name |
Description |
string |
name |
|
Returns
ToArray()
Declaration
public LinkDriver[] ToArray()
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink