Class DrivingValueBuilder
Inheritance
System.Object
System.MarshalByRefObject
DrivingValueBuilder
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.Annotations
Assembly: NXOpen.dll
Syntax
public class DrivingValueBuilder : TaggedObject, IMessageSink, IComponentBuilder
Constructors
DrivingValueBuilder()
Declaration
protected DrivingValueBuilder()
Properties
DrivingMethod
Declaration
public DrivingValueBuilder.DrivingValueMethod DrivingMethod { get; set; }
Property Value
Type | Description |
---|---|
DrivingValueBuilder.DrivingValueMethod |
ExpressionMode
Declaration
public DrivingValueBuilder.DrivingExpressionMode ExpressionMode { get; set; }
Property Value
Type | Description |
---|---|
DrivingValueBuilder.DrivingExpressionMode |
ExpressionName
Declaration
public string ExpressionName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ExpressionValue
Declaration
public Expression ExpressionValue { get; }
Property Value
Type | Description |
---|---|
Expression |
Reference
Declaration
public bool Reference { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
Validate()
Declaration
public bool Validate()
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.Runtime.Remoting.Messaging.IMessageSink