SoConverterParametersCreate Method |
Static method to build a parameters container from command line arguments.
Namespace: OIV.LDM.ConvertersAssembly: OIV.LDM (in OIV.LDM.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static SoConverterParameters Create(
int argc,
string[] argv
)
Public Shared Function Create (
argc As Integer,
argv As String()
) As SoConverterParameters
public:
static SoConverterParameters^ Create(
int argc,
array<String^>^ argv
)
static member Create :
argc : int *
argv : string[] -> SoConverterParameters
Parameters
- argc
- Type: SystemInt32
- argv
- Type: SystemString
Return Value
Type:
SoConverterParametersRemarks
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