Search Results for

    Show / Hide Table of Contents

    Class AfuFileManager

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    AfuFileManager
    Implements
    IMessageSink
    Inherited Members
    NXRemotableObject.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.FTK
    Assembly: NXOpen.dll
    Syntax
    public class AfuFileManager : NXRemotableObject, IMessageSink

    Constructors

    AfuFileManager(DataManager)

    Declaration
    protected AfuFileManager(DataManager owner)
    Parameters
    Type Name Description
    DataManager owner

    Properties

    Tag

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

    Methods

    DeleteFile(string)

    Declaration
    public void DeleteFile(string afuFileName)
    Parameters
    Type Name Description
    string afuFileName

    GetAllRecordNamesInFile(string)

    Declaration
    public string[] GetAllRecordNamesInFile(string afuFileName)
    Parameters
    Type Name Description
    string afuFileName
    Returns
    Type Description
    string[]

    GetLoadedFiles()

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

    GetRecord(string, string)

    Declaration
    public BaseRecord GetRecord(string afuFileName, string recordName)
    Parameters
    Type Name Description
    string afuFileName
    string recordName
    Returns
    Type Description
    BaseRecord

    LoadFile(string, FileContainerType)

    Declaration
    public void LoadFile(string afuFileName, DataManager.FileContainerType containerType)
    Parameters
    Type Name Description
    string afuFileName
    DataManager.FileContainerType containerType

    UnloadFile(string, FileContainerType)

    Declaration
    public void UnloadFile(string afuFileName, DataManager.FileContainerType containerType)
    Parameters
    Type Name Description
    string afuFileName
    DataManager.FileContainerType containerType

    Implements

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