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

These objects represent one line in a NXOpen.CAE.SimLoadRecipe 's mapping. More...

Inheritance diagram for NXOpen.CAE.SimLoadRecipeMapEntry:
NXOpen.TaggedObject NXOpen.Utilities.NXRemotableObject IMessageSink

Public Member Functions

unsafe string[] GetParameters ()
 Returns the parameters of a NXOpen.CAE.SimLoadRecipeMapEntry . More...
 
unsafe void SetParameters (string[] parameters)
 Sets the parameters of a NXOpen.CAE.SimLoadRecipeMapEntry . More...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Properties

unsafe string Target [get, set]
 Returns or sets the target of a NXOpen.CAE.SimLoadRecipeMapEntry . More...
 
unsafe
NXOpen.CAE.SimLoadRecipeMapEntryTargetTypes.TargetTypes 
TargetType [get, set]
 Returns or sets the target type of a NXOpen.CAE.SimLoadRecipeMapEntry . More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

These objects represent one line in a NXOpen.CAE.SimLoadRecipe 's mapping.

Use CAE.SimLoadRecipeMapEntryCollection.Create

Created in NX10.0.0

Member Function Documentation

unsafe string [] NXOpen.CAE.SimLoadRecipeMapEntry.GetParameters ( )
inline

Returns the parameters of a NXOpen.CAE.SimLoadRecipeMapEntry .

Created in NX10.0.0

License requirements: None.

Returns
unsafe void NXOpen.CAE.SimLoadRecipeMapEntry.SetParameters ( string[]  parameters)
inline

Sets the parameters of a NXOpen.CAE.SimLoadRecipeMapEntry .

The size of parameters array and the value of numParameters must be equal to the current number of parameters of the entry.

Created in NX10.0.0

License requirements: nx_masterfem ("Finite Element Modeling")

Parameters
parameters

Property Documentation

unsafe string NXOpen.CAE.SimLoadRecipeMapEntry.Target
getset

Returns or sets the target of a NXOpen.CAE.SimLoadRecipeMapEntry .

The target value depends on the NXOpen.CAE.SimLoadRecipeMapEntry.TargetType .

It represents the followings:

Created in NX10.0.0

License requirements to get this property: None.

License requirements to set this property: nx_masterfem ("Finite Element Modeling")

unsafe NXOpen.CAE.SimLoadRecipeMapEntryTargetTypes.TargetTypes NXOpen.CAE.SimLoadRecipeMapEntry.TargetType
getset

Returns or sets the target type of a NXOpen.CAE.SimLoadRecipeMapEntry .

Created in NX10.0.0

License requirements to get this property: None.

License requirements to set this property: nx_masterfem ("Finite Element Modeling")


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