NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | List of all members
NXOpen.CAE.AeroStructures.Author.OutputInteger Class Reference

Represents an integer output parameter More...

Inheritance diagram for NXOpen.CAE.AeroStructures.Author.OutputInteger:
NXOpen.CAE.AeroStructures.Author.OutputParameter NXOpen.NXObject NXOpen.TaggedObject NXOpen.INXObject NXOpen.Utilities.NXRemotableObject IMessageSink

Public Member Functions

unsafe void SetValue (int intVal)
 Set integer value. More...
 
unsafe void SetValue (string fmName, int intVal)
 Set integer value for a failure mode More...
 
unsafe void SetValue (string fmName, int lcIndex, int intVal)
 Set integer value for a failure mode and a loadcase specified by its index More...
 

Additional Inherited Members

- Public Types inherited from NXOpen.NXObject
enum  AttributeType {
  Invalid, Null, Boolean, Integer,
  Real, String, Time, Reference,
  Any = 100
}
 Specifies attribute type. More...
 
enum  DateAndTimeFormat { Numeric, Textual }
 Specifies the format of the date and time attribute. More...
 
- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 
- Properties inherited from NXOpen.CAE.AeroStructures.Author.OutputParameter
unsafe string Name [get]
 Returns the name. More...
 
unsafe
NXOpen.CAE.AeroStructures.ParameterDescriptor.ParameterType 
Type [get]
 Returns the parameter type. More...
 

Detailed Description

Represents an integer output parameter

No support for KF

Created in NX12.0.0

Member Function Documentation

unsafe void NXOpen.CAE.AeroStructures.Author.OutputInteger.SetValue ( int  intVal)
inline

Set integer value.

Created in NX12.0.0

License requirements: sc_aero_environment ("Simcenter AeroStructures Environment"), sc_margin_safety ("Simcenter Margin Of Safety")

Parameters
intVal
unsafe void NXOpen.CAE.AeroStructures.Author.OutputInteger.SetValue ( string  fmName,
int  intVal 
)
inline

Set integer value for a failure mode

Created in NX12.0.0

License requirements: sc_aero_environment ("Simcenter AeroStructures Environment"), sc_margin_safety ("Simcenter Margin Of Safety")

Parameters
fmNamefailure mode name
intVal
unsafe void NXOpen.CAE.AeroStructures.Author.OutputInteger.SetValue ( string  fmName,
int  lcIndex,
int  intVal 
)
inline

Set integer value for a failure mode and a loadcase specified by its index

Created in NX12.0.0

License requirements: sc_aero_environment ("Simcenter AeroStructures Environment"), sc_margin_safety ("Simcenter Margin Of Safety")

Parameters
fmNamefailure mode name, if empty the value will be set for any failure mode
lcIndexload case index corresponding to the load case position in the load case array of the calculation context
intVal

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