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