Class Op2FileManager
Implements
System.Runtime.Remoting.Messaging.IMessageSink
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.CAE.FTK
Assembly: NXOpen.dll
Syntax
public class Op2FileManager : NXRemotableObject, IMessageSink
Constructors
Op2FileManager(DataManager)
Declaration
protected Op2FileManager(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 op2FileName)
Parameters
Type | Name | Description |
---|---|---|
System.String | op2FileName |
GetAllDatasetNamesInFile(String)
Declaration
public string[] GetAllDatasetNamesInFile(string op2FileName)
Parameters
Type | Name | Description |
---|---|---|
System.String | op2FileName |
Returns
Type | Description |
---|---|
System.String[] |
GetAllRecordNamesInDataset(String, String)
Declaration
public string[] GetAllRecordNamesInDataset(string op2FileName, string datasetName)
Parameters
Type | Name | Description |
---|---|---|
System.String | op2FileName | |
System.String | datasetName |
Returns
Type | Description |
---|---|
System.String[] |
GetLoadedFiles()
Declaration
public string[] GetLoadedFiles()
Returns
Type | Description |
---|---|
System.String[] |
GetRecord(String, String, String)
Declaration
public Op2Record GetRecord(string op2FileName, string datasetName, string recordName)
Parameters
Type | Name | Description |
---|---|---|
System.String | op2FileName | |
System.String | datasetName | |
System.String | recordName |
Returns
Type | Description |
---|---|
Op2Record |
LoadFile(String, DataManager.FileContainerType)
Declaration
public void LoadFile(string op2FileName, DataManager.FileContainerType containerType)
Parameters
Type | Name | Description |
---|---|---|
System.String | op2FileName | |
DataManager.FileContainerType | containerType |
UnloadFile(String, DataManager.FileContainerType)
Declaration
public void UnloadFile(string op2FileName, DataManager.FileContainerType containerType)
Parameters
Type | Name | Description |
---|---|---|
System.String | op2FileName | |
DataManager.FileContainerType | containerType |
Implements
System.Runtime.Remoting.Messaging.IMessageSink