Click or drag to resize
SoLDMWriterInitialize Method (String, SoDataSet, Int32, String)

Note: This API is now obsolete.

Namespace: OIV.LDM.Converters
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
public int Initialize(
	string filename,
	SoDataSet inputVolData,
	int argc,
	string[] argv
)

Parameters

filename
Type: SystemString
inputVolData
Type: OIV.LDM.NodesSoDataSet
argc
Type: SystemInt32
argv
Type: SystemString

Return Value

Type: Int32
Remarks

Initializes the writer to build a volume with the same dimensions, size and data type as inputVolData . Other parameters (e.g. tile size) and converter options (e.g. "-q" to suppress output) can be specified using argc and argv . See SoConverter.convert for a list of command line arguments. Result code is defined by the enum SoConverter.ConverterError.Obsoletesince Open Inventor 9000 Use equivalent method that take SoConverterParameters as parameter.

See Also