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

Used to return debug update information for rules. More...

Public Member Functions

 DebugRule (const NXString &unitInitial, const NXString &nameInitial, const NXString &formulaInitial, const NXString &typeInitial, const NXString &valueInitial)
 Constructor for the DebugRule struct. More...
 

Public Attributes

NXString Formula
 formula of rule More...
 
NXString Name
 name of rule More...
 
NXString Type
 type of value More...
 
NXString Unit
 unit of rule More...
 
NXString Value
 value of rule More...
 

Detailed Description

Used to return debug update information for rules.

Constructor & Destructor Documentation

NXOpen::RuleManager::DebugRule::DebugRule ( const NXString unitInitial,
const NXString nameInitial,
const NXString formulaInitial,
const NXString typeInitial,
const NXString valueInitial 
)

Constructor for the DebugRule struct.

Parameters
unitInitialunit of rule
nameInitialname of rule
formulaInitialformula of rule
typeInitialtype of value
valueInitialvalue of rule

Member Data Documentation

NXString NXOpen::RuleManager::DebugRule::Formula

formula of rule

NXString NXOpen::RuleManager::DebugRule::Name

name of rule

NXString NXOpen::RuleManager::DebugRule::Type

type of value

NXString NXOpen::RuleManager::DebugRule::Unit

unit of rule

NXString NXOpen::RuleManager::DebugRule::Value

value of rule


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