Search Results for

    Show / Hide Table of Contents

    Class ImportResultParameters

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

    Constructors

    ImportResultParameters()

    Declaration
    protected ImportResultParameters()

    Properties

    InferResultUnit

    Declaration
    public bool InferResultUnit { get; set; }
    Property Value
    Type Description
    bool

    Parent

    Declaration
    public CaePart Parent { get; set; }
    Property Value
    Type Description
    CaePart

    ResultName

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

    SyncWithParent

    Declaration
    public bool SyncWithParent { get; set; }
    Property Value
    Type Description
    bool

    UnitSystem

    Declaration
    public ResultUnitSystem UnitSystem { get; set; }
    Property Value
    Type Description
    ResultUnitSystem

    UpdateNavigator

    Declaration
    public bool UpdateNavigator { get; set; }
    Property Value
    Type Description
    bool

    Methods

    GetResultFiles(out string[])

    Declaration
    public void GetResultFiles(out string[] resultFileNames)
    Parameters
    Type Name Description
    string[] resultFileNames

    SetResultFiles(string[])

    Declaration
    public void SetResultFiles(string[] resultFileNames)
    Parameters
    Type Name Description
    string[] resultFileNames

    Implements

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