Class SelectionRecipe
Inheritance
System.Object
System.MarshalByRefObject
SelectionRecipe
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
Assembly: NXOpen.dll
Syntax
public class SelectionRecipe : DisplayableObject, IMessageSink, IFitTo, INXObject
Constructors
SelectionRecipe()
Declaration
protected SelectionRecipe()
Properties
Display
Declaration
public SelectionRecipeDisplay Display { get; }
Property Value
Type | Description |
---|---|
SelectionRecipeDisplay |
Methods
GetEntities()
Declaration
public TaggedObject[] GetEntities()
Returns
Type | Description |
---|---|
TaggedObject[] |
GetEntityTypes(out CaeSetGroupFilterType[])
Declaration
public void GetEntityTypes(out CaeSetGroupFilterType[] entityTypes)
Parameters
Type | Name | Description |
---|---|---|
CaeSetGroupFilterType[] | entityTypes |
GetName()
Declaration
public string GetName()
Returns
Type | Description |
---|---|
System.String |
HasNonDisplayableEntities()
Declaration
public bool HasNonDisplayableEntities()
Returns
Type | Description |
---|---|
System.Boolean |
HideContents()
Declaration
public void HideContents()
Information()
Declaration
public void Information()
SetName(String)
Declaration
public void SetName(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name |
ShowContents()
Declaration
public void ShowContents()
ShowContentsOnly()
Declaration
public void ShowContentsOnly()
Implements
System.Runtime.Remoting.Messaging.IMessageSink