Class PreTestExciterConfigCollection
Inheritance
PreTestExciterConfigCollection
Assembly: NXOpen.dll
Syntax
public class PreTestExciterConfigCollection : TaggedObjectCollection, IMessageSink, IEnumerable
Constructors
PreTestExciterConfigCollection()
Declaration
protected PreTestExciterConfigCollection()
PreTestExciterConfigCollection(PreTestExciterSelectionControl)
Declaration
protected PreTestExciterConfigCollection(PreTestExciterSelectionControl owner)
Parameters
Properties
ActiveExciterConfig
Declaration
public int ActiveExciterConfig { get; set; }
Property Value
Tag
Declaration
Property Value
Methods
CloneExciterConfig(PreTestExciterConfig)
Declaration
public PreTestExciterConfig CloneExciterConfig(PreTestExciterConfig source)
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 PreTestExciterConfig FindObject(string name)
Parameters
Type |
Name |
Description |
string |
name |
|
Returns
RemoveExciterConfig(int)
Declaration
public void RemoveExciterConfig(int toRemove)
Parameters
Type |
Name |
Description |
int |
toRemove |
|
ToArray()
Declaration
public PreTestExciterConfig[] ToArray()
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink