Class DrivingValueBuilder
Inheritance
DrivingValueBuilder
Assembly: NXOpen.dll
Syntax
public class DrivingValueBuilder : TaggedObject, IMessageSink, IComponentBuilder
Constructors
DrivingValueBuilder()
Declaration
protected DrivingValueBuilder()
Properties
DimensionValue
Declaration
public double DimensionValue { get; set; }
Property Value
DrivingMethod
Declaration
public DrivingValueBuilder.DrivingValueMethod DrivingMethod { get; set; }
Property Value
ExpressionMode
Declaration
public DrivingValueBuilder.DrivingExpressionMode ExpressionMode { get; set; }
Property Value
ExpressionName
Declaration
[Obsolete("Deprecated in NX1847.0.0. Use NXOpen.Annotations.DrivingValueBuilder.ExpressionValue to get the expression.")]
public string ExpressionName { get; set; }
Property Value
ExpressionValue
Declaration
public Expression ExpressionValue { get; }
Property Value
Reference
Declaration
public bool Reference { get; set; }
Property Value
Methods
Validate()
Declaration
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink