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