NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Public Attributes | List of all members
NXOpen.CAE.ModelCheck.TestValueTypes.ElementReference Struct Reference

represents an element reference definition associated with this test More...

Public Member Functions

 ElementReference (string ElementTypeName, string ElementPropertyName, int ElementPropertyValue)
 Constructor for the ElementReference struct. More...
 

Public Attributes

string ElementPropertyName
 a specified integer element property name More...
 
int ElementPropertyValue
 the control value of integer element property, only valid when property name is not NULL More...
 
string ElementTypeName
 the element type name, which is defined in solver specific item More...
 

Detailed Description

represents an element reference definition associated with this test

Constructor & Destructor Documentation

NXOpen.CAE.ModelCheck.TestValueTypes.ElementReference.ElementReference ( string  ElementTypeName,
string  ElementPropertyName,
int  ElementPropertyValue 
)
inline

Constructor for the ElementReference struct.

Parameters
ElementTypeNamethe element type name, which is defined in solver specific item
ElementPropertyNamea specified integer element property name
ElementPropertyValuethe control value of integer element property, only valid when property name is not NULL

Member Data Documentation

string NXOpen.CAE.ModelCheck.TestValueTypes.ElementReference.ElementPropertyName

a specified integer element property name

int NXOpen.CAE.ModelCheck.TestValueTypes.ElementReference.ElementPropertyValue

the control value of integer element property, only valid when property name is not NULL

string NXOpen.CAE.ModelCheck.TestValueTypes.ElementReference.ElementTypeName

the element type name, which is defined in solver specific item


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