Search Results for

    Show / Hide Table of Contents

    Class SelRecipeLabelRangeStrategy

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    SelRecipeBaseStrategy
    SelRecipeStrategy
    SelRecipeLabelRangeStrategy
    Implements
    IMessageSink
    Inherited Members
    SelRecipeStrategy.InputFilter
    SelRecipeBaseStrategy.StrategyType
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.CAE
    Assembly: NXOpen.dll
    Syntax
    public class SelRecipeLabelRangeStrategy : SelRecipeStrategy, IMessageSink

    Constructors

    SelRecipeLabelRangeStrategy()

    Declaration
    protected SelRecipeLabelRangeStrategy()

    Methods

    GetLabelRanges(out int[], out int[], out int[], out int[])

    Declaration
    public void GetLabelRanges(out int[] singleLabels, out int[] startLabels, out int[] endLabels, out int[] increments)
    Parameters
    Type Name Description
    int[] singleLabels
    int[] startLabels
    int[] endLabels
    int[] increments

    SetLabelRanges(int[], int[], int[], int[])

    Declaration
    public void SetLabelRanges(int[] singleLabels, int[] startLabels, int[] endLabels, int[] increments)
    Parameters
    Type Name Description
    int[] singleLabels
    int[] startLabels
    int[] endLabels
    int[] increments

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    In this article
    Back to top Generated by DocFX