Search Results for

    Show / Hide Table of Contents

    Class SimLoadRecipeMapEntry

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    SimLoadRecipeMapEntry
    Implements
    IMessageSink
    Inherited Members
    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 SimLoadRecipeMapEntry : TaggedObject, IMessageSink

    Constructors

    SimLoadRecipeMapEntry()

    Declaration
    protected SimLoadRecipeMapEntry()

    Properties

    Target

    Declaration
    public string Target { get; set; }
    Property Value
    Type Description
    string

    TargetType

    Declaration
    public SimLoadRecipeMapEntryTargetTypes.TargetTypes TargetType { get; set; }
    Property Value
    Type Description
    SimLoadRecipeMapEntryTargetTypes.TargetTypes

    Methods

    GetParameters()

    Declaration
    public string[] GetParameters()
    Returns
    Type Description
    string[]

    SetParameters(string[])

    Declaration
    public void SetParameters(string[] parameters)
    Parameters
    Type Name Description
    string[] parameters

    Implements

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