Class HotspotRecipe
Inheritance
System.Object
System.MarshalByRefObject
HotspotRecipe
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 HotspotRecipe : NXObject, IMessageSink, INXObject
Constructors
HotspotRecipe()
Declaration
protected HotspotRecipe()
Methods
CreateGroup(Int32)
Declaration
public void CreateGroup(int pvid)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | pvid |
CreateGroupOfSeed(Int32)
Declaration
public void CreateGroupOfSeed(int pvid)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | pvid |
Hide(Int32)
Declaration
public void Hide(int pvid)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | pvid |
PrintInformation(Int32)
Declaration
public void PrintInformation(int pvid)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | pvid |
ResolveHotspotRecipe(Int32)
Declaration
[Obsolete("Deprecated in NX1899.0.0. Use NXOpen.CAE.HotspotRecipe.ResolveHotspotRecipeNew instead.")]
public void ResolveHotspotRecipe(int pvid)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | pvid |
ResolveHotspotRecipeNew(Int32, out Hotspot[])
Declaration
public void ResolveHotspotRecipeNew(int pvid, out Hotspot[] pHotspots)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | pvid | |
Hotspot[] | pHotspots |
Show(Int32)
Declaration
public void Show(int pvid)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | pvid |
ShowOnly(Int32)
Declaration
public void ShowOnly(int pvid)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | pvid |
Implements
System.Runtime.Remoting.Messaging.IMessageSink