Search Results for

    Show / Hide Table of Contents

    Class SimLoadRecipeSource

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    SimLoadRecipeSource
    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 SimLoadRecipeSource : TaggedObject, IMessageSink

    Constructors

    SimLoadRecipeSource()

    Declaration
    protected SimLoadRecipeSource()

    Properties

    DefaultFunctionAttributes

    Declaration
    public SimLoadRecipeFunctionAttributes DefaultFunctionAttributes { get; }
    Property Value
    Type Description
    SimLoadRecipeFunctionAttributes

    FormatType

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

    Path

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

    ReaderType

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

    SourceLabel

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

    Methods

    GetPropertyTable()

    Declaration
    public BasePropertyTable GetPropertyTable()
    Returns
    Type Description
    BasePropertyTable

    Implements

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