Class SingleLabelSelectionRecipe
Inheritance
SingleLabelSelectionRecipe
Inherited Members
Namespace: NXOpen.CAE
Assembly: NXOpen.dll
Syntax
public class SingleLabelSelectionRecipe : SelectionRecipe, IMessageSink, IFitTo, INXObject
Constructors
SingleLabelSelectionRecipe()
Declaration
protected SingleLabelSelectionRecipe()
Properties
Label
Declaration
[Obsolete("Deprecated in NX1847.0.0. Use CAE.SelRecipeSingleLabelStrategy.Label instead.")]
public int Label { get; }
Property Value
Type | Description |
---|---|
int |
Methods
SetLabel(int)
Declaration
[Obsolete("Deprecated in NX1847.0.0. Use CAE.SelRecipeSingleLabelStrategy.SetLabel instead.")]
public void SetLabel(int label)
Parameters
Type | Name | Description |
---|---|---|
int | label |
Implements
System.Runtime.Remoting.Messaging.IMessageSink