| SoVRLdmFileWriterInitialize Method  | 
Initialize writer from current parameters. 
 
Namespace: OIV.LDM.WritersAssembly: OIV.LDM (in OIV.LDM.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic override bool Initialize()
Public Overrides Function Initialize As Boolean
public:
virtual bool Initialize() override
abstract Initialize : unit -> bool 
override Initialize : unit -> bool 
Return Value
Type: 
Boolean
RemarksCreated and allocated data file on disk. This operation can be quite long with big dataset. 
See Also