SoConverterConvert Method (String) |
Note: This API is now obsolete.
Namespace: OIV.LDM.ConvertersAssembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public int Convert(
string[] argv
)
<ObsoleteAttribute("See documentation for more details")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Function Convert (
argv As String()
) As Integer
public:
[ObsoleteAttribute(L"See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
int Convert(
array<String^>^ argv
)
[<ObsoleteAttribute("See documentation for more details")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member Convert :
argv : string[] -> int
Parameters
- argv
- Type: SystemString
Return Value
Type:
Int32
RemarksObsoletesince Open Inventor 9000
Use convert( SoConverterParameters* parameters = NULL) instead.
See Also