Class ElectricalFormatCollection
Inheritance
ElectricalFormatCollection
Assembly: NXOpen.dll
public class ElectricalFormatCollection : TaggedObjectCollection, IMessageSink, IEnumerable
Constructors
Declaration
protected ElectricalFormatCollection()
Declaration
protected ElectricalFormatCollection(RouteManager owner)
Parameters
Properties
Declaration
Property Value
Methods
Declaration
public ElectricalFormat CreateFormat(string name, ElectricalFormat.Type type)
Parameters
Returns
Declaration
protected override int EnumerateMoveNext(ref Tag currentTag, byte[] state)
Parameters
Type |
Name |
Description |
Tag |
currentTag |
|
byte[] |
state |
|
Returns
Overrides
Declaration
public ElectricalFormat GetDisplayFormat(ElectricalFormat.Type type)
Parameters
Returns
Declaration
public void SetDisplayFormat(ElectricalFormat.Type type, ElectricalFormat format)
Parameters
Declaration
public ElectricalFormat[] ToArray()
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink