Class ExpressionCollection
Inheritance
System.Object
System.MarshalByRefObject
ExpressionCollection
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.CAE.AeroStructures
Assembly: NXOpen.dll
Syntax
public class ExpressionCollection : TaggedObjectCollection, IMessageSink, IEnumerable
Constructors
ExpressionCollection()
Declaration
protected ExpressionCollection()
ExpressionCollection(MarginSolution)
Declaration
protected ExpressionCollection(MarginSolution owner)
Parameters
Type | Name | Description |
---|---|---|
MarginSolution | owner |
Properties
Tag
Declaration
public Tag Tag { get; }
Property Value
Type | Description |
---|---|
Tag |
Methods
DeleteExpression(Expression)
Declaration
public void DeleteExpression(Expression expression)
Parameters
Type | Name | Description |
---|---|---|
Expression | expression |
DeleteExpression(Expression[])
Declaration
public void DeleteExpression(Expression[] expressionsTags)
Parameters
Type | Name | Description |
---|---|---|
Expression[] | expressionsTags |
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 Expression FindObject(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name |
Returns
Type | Description |
---|---|
Expression |
RenameExpression(String, Expression)
Declaration
public void RenameExpression(string name, Expression expression)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | |
Expression | expression |
RenameExpression(String, Expression[])
Declaration
public void RenameExpression(string name, Expression[] expressionsTags)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | |
Expression[] | expressionsTags |
ToArray()
Declaration
public Expression[] ToArray()
Returns
Type | Description |
---|---|
Expression[] |
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.Collections.IEnumerable