Class LMIERegionSelection
Inheritance
System.Object
System.MarshalByRefObject
LMIERegionSelection
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.CAE.Connections
Assembly: NXOpen.dll
Syntax
public class LMIERegionSelection : LMIEError, IMessageSink, INXObject
Constructors
LMIERegionSelection()
Declaration
protected LMIERegionSelection()
Methods
CreatePid()
Declaration
public LMIEPid CreatePid()
Returns
Type | Description |
---|---|
LMIEPid |
CreateSelectionRecipe()
Declaration
public LMIESelectionRecipe CreateSelectionRecipe()
Returns
Type | Description |
---|---|
LMIESelectionRecipe |
GetPids()
Declaration
public LMIEPid[] GetPids()
Returns
Type | Description |
---|---|
LMIEPid[] |
GetSelectionRecipes()
Declaration
public LMIESelectionRecipe[] GetSelectionRecipes()
Returns
Type | Description |
---|---|
LMIESelectionRecipe[] |
SetPids(LMIEPid[])
Declaration
public void SetPids(LMIEPid[] opt)
Parameters
Type | Name | Description |
---|---|---|
LMIEPid[] | opt |
SetSelectionRecipes(LMIESelectionRecipe[])
Declaration
public void SetSelectionRecipes(LMIESelectionRecipe[] opt)
Parameters
Type | Name | Description |
---|---|---|
LMIESelectionRecipe[] | opt |
Implements
System.Runtime.Remoting.Messaging.IMessageSink