Search Results for

    Show / Hide Table of Contents

    Class SelectionRecipeCollection

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObjectCollection
    SelectionRecipeCollection
    Implements
    IMessageSink
    IEnumerable
    Inherited Members
    TaggedObjectCollection.GetEnumerator()
    TaggedObjectCollection.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.CAE
    Assembly: NXOpen.dll
    Syntax
    public class SelectionRecipeCollection : TaggedObjectCollection, IMessageSink, IEnumerable

    Constructors

    SelectionRecipeCollection()

    Declaration
    protected SelectionRecipeCollection()

    SelectionRecipeCollection(CaePart)

    Declaration
    protected SelectionRecipeCollection(CaePart owner)
    Parameters
    Type Name Description
    CaePart owner

    Properties

    Tag

    Declaration
    public Tag Tag { get; }
    Property Value
    Type Description
    Tag

    Methods

    Copy(SelectionRecipe, string)

    Declaration
    public SelectionRecipe Copy(SelectionRecipe recipeToCopy, string name)
    Parameters
    Type Name Description
    SelectionRecipe recipeToCopy
    string name
    Returns
    Type Description
    SelectionRecipe

    CopyToClipboard(SelectionRecipe[])

    Declaration
    public void CopyToClipboard(SelectionRecipe[] recipes)
    Parameters
    Type Name Description
    SelectionRecipe[] recipes

    CreateCloneSelRecipeBuilder(bool, SelectionRecipe)

    Declaration
    public CloneSelRecipeBuilder CreateCloneSelRecipeBuilder(bool deleteSourceRecipe, SelectionRecipe sourceSelRecipe)
    Parameters
    Type Name Description
    bool deleteSourceRecipe
    SelectionRecipe sourceSelRecipe
    Returns
    Type Description
    CloneSelRecipeBuilder

    CreateSelRecipeBuilder()

    Declaration
    public SelRecipeBuilder CreateSelRecipeBuilder()
    Returns
    Type Description
    SelRecipeBuilder

    CreateSingleLabelRecipe(string, int)

    Declaration
    [Obsolete("Deprecated in NX1847.0.0.  Use NXOpen.CAE.SelRecipeBuilder instead.")]
    public SingleLabelSelectionRecipe CreateSingleLabelRecipe(string name, int nodeLabel)
    Parameters
    Type Name Description
    string name
    int nodeLabel
    Returns
    Type Description
    SingleLabelSelectionRecipe

    Delete(SelectionRecipe[])

    Declaration
    public void Delete(SelectionRecipe[] recipes)
    Parameters
    Type Name Description
    SelectionRecipe[] recipes

    EnumerateMoveNext(ref Tag, byte[])

    Declaration
    protected override int EnumerateMoveNext(ref Tag currentTag, byte[] state)
    Parameters
    Type Name Description
    Tag currentTag
    byte[] state
    Returns
    Type Description
    int
    Overrides
    TaggedObjectCollection.EnumerateMoveNext(ref Tag, byte[])

    FindObject(string)

    Declaration
    public SelectionRecipe FindObject(string journalIdentifier)
    Parameters
    Type Name Description
    string journalIdentifier
    Returns
    Type Description
    SelectionRecipe

    PasteFromClipboard(string)

    Declaration
    public void PasteFromClipboard(string prefix)
    Parameters
    Type Name Description
    string prefix

    ToArray()

    Declaration
    public SelectionRecipe[] ToArray()
    Returns
    Type Description
    SelectionRecipe[]

    Implements

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