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