Class ExpressionCollectorSet
Inheritance
System.Object
System.MarshalByRefObject
ExpressionCollectorSet
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 ExpressionCollectorSet : NXObject, IMessageSink, INXObject
Constructors
ExpressionCollectorSet()
Declaration
protected ExpressionCollectorSet()
Properties
Collector
Declaration
public ScCollector Collector { get; set; }
Property Value
Type | Description |
---|---|
ScCollector |
ItemFlipFlag
Declaration
public bool ItemFlipFlag { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ItemIndex
Declaration
public int ItemIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ItemValue
Declaration
public Expression ItemValue { get; }
Property Value
Type | Description |
---|---|
Expression |
Implements
System.Runtime.Remoting.Messaging.IMessageSink