Class ExpressionGroup
Inheritance
System.Object
System.MarshalByRefObject
ExpressionGroup
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.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen
Assembly: NXOpen.dll
Syntax
public class ExpressionGroup : NXObject, IMessageSink, INXObject
Constructors
ExpressionGroup()
Declaration
protected ExpressionGroup()
Properties
Parent
Declaration
public ExpressionGroup Parent { get; set; }
Property Value
Type | Description |
---|---|
ExpressionGroup |
Visibility
Declaration
public bool Visibility { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
GetExpressions()
Declaration
public Expression[] GetExpressions()
Returns
Type | Description |
---|---|
Expression[] |
GetMemberGroups()
Declaration
public ExpressionGroup[] GetMemberGroups()
Returns
Type | Description |
---|---|
ExpressionGroup[] |
RemoveExpressions(Expression[])
Declaration
public void RemoveExpressions(Expression[] expressions)
Parameters
Type | Name | Description |
---|---|---|
Expression[] | expressions |
SetExpressions(Expression[])
Declaration
public void SetExpressions(Expression[] expressions)
Parameters
Type | Name | Description |
---|---|---|
Expression[] | expressions |
Implements
System.Runtime.Remoting.Messaging.IMessageSink