SoVolumeWriterInitialize Method |
Namespace: OIV.LDM.WritersAssembly: OIV.LDM (in OIV.LDM.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public virtual bool Initialize()
Public Overridable Function Initialize As Boolean
public:
virtual bool Initialize()
abstract Initialize : unit -> bool
override Initialize : unit -> bool
Return Value
Type:
BooleanRemarks Allocates memory and other resources depending on the kind of writer. By default do nothing.
See Also