| SoSTLFileFormatGetVersion Method  | 
Note: This API is now obsolete.
Returns a character string identifying the version of the extension. 
 
Namespace: OIV.Inventor.IO.STLAssembly: OIV.Inventor.IO.STL (in OIV.Inventor.IO.STL.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Obsolete since Open Inventor 2023.2. This method should no longer be used. Use SoLicensesInfo::getVersion() method instead.")]
public static string GetVersion()<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("Obsolete since Open Inventor 2023.2. This method should no longer be used. Use SoLicensesInfo::getVersion() method instead.")>
Public Shared Function GetVersion As Stringpublic:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"Obsolete since Open Inventor 2023.2. This method should no longer be used. Use SoLicensesInfo::getVersion() method instead.")]
static String^ GetVersion()
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("Obsolete since Open Inventor 2023.2. This method should no longer be used. Use SoLicensesInfo::getVersion() method instead.")>]
static member GetVersion : unit -> string 
Return Value
Type: 
String
Remarks  Caution | 
|---|
Obsolete since Open Inventor 2023.2. This method should no longer be used. Use () method instead.    | 
See Also