RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Sets position to the beginning of the ElementListDef. Use default
count hint for ElementListDef which is 10.
Namespace: ThomsonReuters.RFA.DataAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public void Start( ElementListDef elementListDef ) |
Visual Basic |
---|
Public Sub Start ( _ elementListDef As ElementListDef _ ) |
Visual C++ |
---|
public: void Start( ElementListDef^ elementListDef ) |
F# |
---|
member Start : elementListDef:ElementListDef -> unit |
Parameters
- elementListDef
- Type: ThomsonReuters.RFA.Data..::..ElementListDef
ElementListDef to start encoding.
Exceptions
Exception | Condition |
---|---|
ThomsonReuters.RFA.Common..::..InvalidUsageException | Invalid usage. |