RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Reads from file and populates the RDMFieldDictionary.
Namespace: ThomsonReuters.RFA.RDMAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public void ReadRDMFieldDictionary( RFA_String filename ) |
Visual Basic |
---|
Public Sub ReadRDMFieldDictionary ( _ filename As RFA_String _ ) |
Visual C++ |
---|
public: void ReadRDMFieldDictionary( RFA_String^ filename ) |
F# |
---|
member ReadRDMFieldDictionary : filename:RFA_String -> unit |
Parameters
- filename
- Type: ThomsonReuters.RFA.Common..::..RFA_String
The RFA_String path and filename of the RDM dictionary file (typically RDMFieldDictionary). Use UTF-8 encoding for unicode filename string.
Exceptions
Exception | Condition |
---|---|
ThomsonReuters.RFA.Common..::..InvalidUsageException | A file or parsing problem is encountered. |