Click or drag to resize
SoConverterParametersCreate Method

Static method to build a parameters container from command line arguments.

Namespace: OIV.LDM.Converters
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public static SoConverterParameters Create(
	int argc,
	string[] argv
)

Parameters

argc
Type: SystemInt32
argv
Type: SystemString

Return Value

Type: SoConverterParameters
Remarks

The method returns NULL if an error is detected in the arguments. Otherwise, it returns a pointer to an instance of the class, initialized with given parameters. See SoConverter.converter for a list of command line arguments.

See Also