Class OutputScalar
Inheritance
System.Object
System.MarshalByRefObject
OutputScalar
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.AeroStructures.Author
Assembly: NXOpen.dll
Syntax
public class OutputScalar : OutputParameter, IMessageSink, INXObject
Constructors
OutputScalar()
Declaration
protected OutputScalar()
Properties
Unit
Declaration
public Unit Unit { get; }
Property Value
Type | Description |
---|---|
Unit |
Methods
SetValue(Double)
Declaration
public void SetValue(double doubleVal)
Parameters
Type | Name | Description |
---|---|---|
System.Double | doubleVal |
SetValue(Double, Unit)
Declaration
public void SetValue(double doubleVal, Unit unitType)
Parameters
Type | Name | Description |
---|---|---|
System.Double | doubleVal | |
Unit | unitType |
SetValue(String, Double)
Declaration
public void SetValue(string fmName, double doubleVal)
Parameters
Type | Name | Description |
---|---|---|
System.String | fmName | |
System.Double | doubleVal |
SetValue(String, Double, Unit)
Declaration
public void SetValue(string fmName, double doubleVal, Unit unitType)
Parameters
Type | Name | Description |
---|---|---|
System.String | fmName | |
System.Double | doubleVal | |
Unit | unitType |
SetValue(String, Int32, Double)
Declaration
public void SetValue(string fmName, int lcIndex, double doubleVal)
Parameters
Type | Name | Description |
---|---|---|
System.String | fmName | |
System.Int32 | lcIndex | |
System.Double | doubleVal |
SetValue(String, Int32, Double, Unit)
Declaration
public void SetValue(string fmName, int lcIndex, double doubleVal, Unit unitType)
Parameters
Type | Name | Description |
---|---|---|
System.String | fmName | |
System.Int32 | lcIndex | |
System.Double | doubleVal | |
Unit | unitType |
Implements
System.Runtime.Remoting.Messaging.IMessageSink