SoLDMReaderSetUserData Method |
Sets user data. Usually this is a filename.
The simplest approach is to call the setFileName method to handle file
I/O and then access the file in memory, but it is possible to write your own method.
Namespace: OIV.LDM.ReadersAssembly: OIV.LDM (in OIV.LDM.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public override void SetUserData(
Object data
)
Public Overrides Sub SetUserData (
data As Object
)
public:
virtual void SetUserData(
Object^ data
) override
abstract SetUserData :
data : Object -> unit
override SetUserData :
data : Object -> unit
Parameters
- data
- Type: SystemObject
See Also