NX Open C++ Reference Guide
Public Member Functions | Public Attributes | List of all members
NXOpen::Annotations::Value Struct Reference

Specifies the value data. More...

Public Member Functions

 Value (double itemValueInitial, NXOpen::Expression *valueExpressionInitial, int valuePrecisionInitial)
 Constructor for the Value struct. More...
 

Public Attributes

double ItemValue
 Value of the item. More...
 
NXOpen::ExpressionValueExpression
 Expression representing the value. More...
 
int ValuePrecision
 Value precision. More...
 

Detailed Description

Specifies the value data.

Constructor & Destructor Documentation

NXOpen::Annotations::Value::Value ( double  itemValueInitial,
NXOpen::Expression valueExpressionInitial,
int  valuePrecisionInitial 
)

Constructor for the Value struct.

Parameters
itemValueInitialValue of the item
valueExpressionInitialExpression representing the value. NULL, if not used.
valuePrecisionInitialValue precision

Member Data Documentation

double NXOpen::Annotations::Value::ItemValue

Value of the item.

NXOpen::Expression* NXOpen::Annotations::Value::ValueExpression

Expression representing the value.

NULL, if not used.

int NXOpen::Annotations::Value::ValuePrecision

Value precision.


The documentation for this struct was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.