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