Click or drag to resize
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.Readers
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public override void SetUserData(
	Object data
)

Parameters

data
Type: SystemObject
See Also