Class FunctionObjectCollection
Inheritance
System.Object
System.MarshalByRefObject
FunctionObjectCollection
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.Collections.IEnumerable
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.Mechatronics
Assembly: NXOpen.dll
Syntax
public class FunctionObjectCollection : TaggedObjectCollection, IMessageSink, IEnumerable
Constructors
FunctionObjectCollection()
Declaration
protected FunctionObjectCollection()
FunctionObjectCollection(MechatronicsManager)
Declaration
protected FunctionObjectCollection(MechatronicsManager owner)
Parameters
Type | Name | Description |
---|---|---|
MechatronicsManager | owner |
Properties
Tag
Declaration
public Tag Tag { get; }
Property Value
Type | Description |
---|---|
Tag |
Methods
CreateAddComponentBuilder()
Declaration
public AddComponentBuilder CreateAddComponentBuilder()
Returns
Type | Description |
---|---|
AddComponentBuilder |
CreateFunctionObjectBuilder(FunctionObject)
Declaration
public FunctionObjectBuilder CreateFunctionObjectBuilder(FunctionObject object)
Parameters
Type | Name | Description |
---|---|---|
FunctionObject | object |
Returns
Type | Description |
---|---|
FunctionObjectBuilder |
DeleteFunction(FunctionObject)
Declaration
public void DeleteFunction(FunctionObject functionObject)
Parameters
Type | Name | Description |
---|---|---|
FunctionObject | functionObject |
EnumerateMoveNext(ref Tag, Byte[])
Declaration
protected override int EnumerateMoveNext(ref Tag currentTag, byte[] state)
Parameters
Type | Name | Description |
---|---|---|
Tag | currentTag | |
System.Byte[] | state |
Returns
Type | Description |
---|---|
System.Int32 |
Overrides
FindObject(String)
Declaration
public FunctionObject FindObject(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name |
Returns
Type | Description |
---|---|
FunctionObject |
RenameFunction(String, FunctionObject)
Declaration
public void RenameFunction(string newName, FunctionObject functionObject)
Parameters
Type | Name | Description |
---|---|---|
System.String | newName | |
FunctionObject | functionObject |
ToArray()
Declaration
public FunctionObject[] ToArray()
Returns
Type | Description |
---|---|
FunctionObject[] |
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.Collections.IEnumerable