Struct Value
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.Annotations
Assembly: NXOpen.dll
Syntax
public struct Value
Constructors
Value(Double, Expression, Int32)
Declaration
public Value(double ItemValue, Expression ValueExpression, int ValuePrecision)
Parameters
Type | Name | Description |
---|---|---|
System.Double | ItemValue | |
Expression | ValueExpression | |
System.Int32 | ValuePrecision |
Fields
ItemValue
Declaration
public double ItemValue
Field Value
Type | Description |
---|---|
System.Double |
ValueExpression
Declaration
public Expression ValueExpression
Field Value
Type | Description |
---|---|
Expression |
ValuePrecision
Declaration
public int ValuePrecision
Field Value
Type | Description |
---|---|
System.Int32 |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.ValueType.ToString()