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

Specifies the value data. More...

List of all members.

Public Member Functions

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

Public Attributes

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

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

Value of the item.

Expression representing the value.

NULL, if not used.

Value precision.


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