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