Struct Value
Inherited Members
Namespace: NXOpen.Annotations
Assembly: NXOpen.dll
Syntax
public struct Value
Constructors
Value(double, Expression, int)
Declaration
public Value(double ItemValue, Expression ValueExpression, int ValuePrecision)
Parameters
Type | Name | Description |
---|---|---|
double | ItemValue | |
Expression | ValueExpression | |
int | ValuePrecision |
Fields
ItemValue
Declaration
public double ItemValue
Field Value
Type | Description |
---|---|
double |
ValueExpression
Declaration
public Expression ValueExpression
Field Value
Type | Description |
---|---|
Expression |
ValuePrecision
Declaration
public int ValuePrecision
Field Value
Type | Description |
---|---|
int |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string |