NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Public Attributes | List of all members
NXOpen.Annotations.Value Struct Reference

Specifies the value data More...

Public Member Functions

 Value (double ItemValue, NXOpen.Expression ValueExpression, int ValuePrecision)
 Constructor for the Value struct. More...
 

Public Attributes

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

Detailed Description

Specifies the value data

Constructor & Destructor Documentation

NXOpen.Annotations.Value.Value ( double  ItemValue,
NXOpen.Expression  ValueExpression,
int  ValuePrecision 
)
inline

Constructor for the Value struct.

Parameters
ItemValueValue of the item
ValueExpressionExpression representing the value. a null reference (Nothing in Visual Basic), if not used.
ValuePrecisionValue precision

Member Data Documentation

double NXOpen.Annotations.Value.ItemValue

Value of the item

NXOpen.Expression NXOpen.Annotations.Value.ValueExpression

Expression representing the value.

a null reference (Nothing in Visual Basic), if not used.

int NXOpen.Annotations.Value.ValuePrecision

Value precision


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