Class LeaderLineCollection
Inheritance
LeaderLineCollection
Assembly: NXOpen.dll
Syntax
public class LeaderLineCollection : TaggedObjectCollection, IMessageSink, IEnumerable
Constructors
LeaderLineCollection()
Declaration
protected LeaderLineCollection()
LeaderLineCollection(DiagrammingManager)
Declaration
protected LeaderLineCollection(DiagrammingManager owner)
Parameters
Properties
Tag
Declaration
Property Value
Methods
CreateLeaderLineBuilder(LeaderLine)
Declaration
public LeaderLineBuilder CreateLeaderLineBuilder(LeaderLine leaderLine)
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 LeaderLine FindObject(string journalIdentifier)
Parameters
Type |
Name |
Description |
string |
journalIdentifier |
|
Returns
ToArray()
Declaration
public LeaderLine[] ToArray()
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink