SoVRLdmFileWriterInitialize Method |
Initialize writer from current parameters.
Namespace: OIV.LDM.WritersAssembly: OIV.LDM (in OIV.LDM.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public 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:
BooleanRemarks Created and allocated data file on disk. This operation can be quite long with big dataset.
See Also