Class RoutePartDescriptorCollection
Inheritance
RoutePartDescriptorCollection
Assembly: NXOpen.dll
Syntax
public class RoutePartDescriptorCollection : TaggedObjectCollection, IMessageSink, IEnumerable
Constructors
RoutePartDescriptorCollection()
Declaration
protected RoutePartDescriptorCollection()
RoutePartDescriptorCollection(RouteManager)
Declaration
protected RoutePartDescriptorCollection(RouteManager owner)
Parameters
Properties
Tag
Declaration
Property Value
Methods
CreatePartDescriptor(SourceType, CharxType, string, string)
Declaration
public RoutePartDescriptor CreatePartDescriptor(RoutePartDescriptor.SourceType descriptorSourceType, RoutePartDescriptor.CharxType descriptorCharxType, string title, string expression)
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
ToArray()
Declaration
public RoutePartDescriptor[] ToArray()
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink