NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Properties | List of all members
NXOpen.CAE.FTK.AfuFileManager Class Reference

Provides methods to query the loaded AFU files More...

Inheritance diagram for NXOpen.CAE.FTK.AfuFileManager:
NXOpen.Utilities.NXRemotableObject IMessageSink

Public Member Functions

unsafe void DeleteFile (string afuFileName)
 Deletes an AFU file More...
 
unsafe string[] GetAllRecordNamesInFile (string afuFileName)
 Gets all record names in an AFU file which must be loaded More...
 
unsafe string[] GetLoadedFiles ()
 Gets all loaded AFU files More...
 
unsafe NXOpen.CAE.FTK.BaseRecord GetRecord (string afuFileName, string recordName)
 Gets an AFU record in an AFU file which must be loaded More...
 
unsafe void LoadFile (string afuFileName, NXOpen.CAE.FTK.DataManager.FileContainerType containerType)
 Loads an AFU file to the specified container. More...
 
unsafe void UnloadFile (string afuFileName, NXOpen.CAE.FTK.DataManager.FileContainerType containerType)
 Unloads an AFU file from the specified container. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Properties

Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.Utilities.NXRemotableObject
void initialize ()
 <exclude> More...
 

Detailed Description

Provides methods to query the loaded AFU files

To obtain an instance of this class use NXOpen.CAE.FTK.DataManager.AfuFileManager .

Created in NX12.0.1

Member Function Documentation

unsafe void NXOpen.CAE.FTK.AfuFileManager.DeleteFile ( string  afuFileName)
inline

Deletes an AFU file

Created in NX12.0.1

License requirements: None.

Parameters
afuFileName
unsafe string [] NXOpen.CAE.FTK.AfuFileManager.GetAllRecordNamesInFile ( string  afuFileName)
inline

Gets all record names in an AFU file which must be loaded

Created in NX12.0.1

License requirements: None.

Parameters
afuFileName
Returns
unsafe string [] NXOpen.CAE.FTK.AfuFileManager.GetLoadedFiles ( )
inline

Gets all loaded AFU files

Created in NX12.0.1

License requirements: None.

Returns
unsafe NXOpen.CAE.FTK.BaseRecord NXOpen.CAE.FTK.AfuFileManager.GetRecord ( string  afuFileName,
string  recordName 
)
inline

Gets an AFU record in an AFU file which must be loaded

Created in NX12.0.1

License requirements: None.

Parameters
afuFileName
recordName
Returns
unsafe void NXOpen.CAE.FTK.AfuFileManager.LoadFile ( string  afuFileName,
NXOpen.CAE.FTK.DataManager.FileContainerType  containerType 
)
inline

Loads an AFU file to the specified container.

An AFU file can be loaded under associated container, solution result container or user container. The container type indicates under which container the file is loaded.

Created in NX12.0.1

License requirements: None.

Parameters
afuFileName
containerType
unsafe void NXOpen.CAE.FTK.AfuFileManager.UnloadFile ( string  afuFileName,
NXOpen.CAE.FTK.DataManager.FileContainerType  containerType 
)
inline

Unloads an AFU file from the specified container.

An AFU file can be loaded under associated container, solution result container or user container. The container type indicates under which container the file is unloaded.

Created in NX12.0.1

License requirements: None.

Parameters
afuFileName
containerType

Property Documentation

Tag NXOpen.CAE.FTK.AfuFileManager.Tag
get

Returns the tag of this object.


The documentation for this class was generated from the following file:
Copyright 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.