Class ModelUpdateDesignVariable
Inheritance
ModelUpdateDesignVariable
Assembly: NXOpen.dll
Syntax
public class ModelUpdateDesignVariable : NXObject, IMessageSink, INXObject
Constructors
ModelUpdateDesignVariable()
Declaration
protected ModelUpdateDesignVariable()
Methods
GetActivityStatus()
Declaration
public bool GetActivityStatus()
Returns
GetDesignVariableModelingObject()
Declaration
public ModelingObjectPropertyTable GetDesignVariableModelingObject()
Returns
GetLowerBound()
Declaration
public double GetLowerBound()
Returns
GetUpperBound()
Declaration
public double GetUpperBound()
Returns
GetValue()
Declaration
Returns
GetWeight()
Declaration
public double GetWeight()
Returns
SetActivityStatus(bool)
Declaration
public void SetActivityStatus(bool active)
Parameters
Type |
Name |
Description |
bool |
active |
|
SetLowerBound(double)
Declaration
public void SetLowerBound(double lowerBound)
Parameters
Type |
Name |
Description |
double |
lowerBound |
|
SetUpperBound(double)
Declaration
public void SetUpperBound(double upperBound)
Parameters
Type |
Name |
Description |
double |
upperBound |
|
SetValue(double)
Declaration
public void SetValue(double value)
Parameters
Type |
Name |
Description |
double |
value |
|
SetWeight(double)
Declaration
public void SetWeight(double weight)
Parameters
Type |
Name |
Description |
double |
weight |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink