Class SegmentCollection
Inheritance
SegmentCollection
Assembly: NXOpen.dll
Syntax
public class SegmentCollection : TaggedObjectCollection, IMessageSink, IEnumerable
Constructors
SegmentCollection()
Declaration
protected SegmentCollection()
SegmentCollection(Road)
Declaration
protected SegmentCollection(Road owner)
Parameters
Type |
Name |
Description |
Road |
owner |
|
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 Segment FindObject(string name)
Parameters
Type |
Name |
Description |
string |
name |
|
Returns
ToArray()
Declaration
public Segment[] ToArray()
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink