SoHardCopyGetVersion Method |
Note: This API is now obsolete.
Returns a character string identifying the version of the extension.
Namespace: OIV.HardCopyAssembly: OIV.HardCopy (in OIV.HardCopy.dll) Version: 2024.2.2.0 (10.16.2.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 String
public:
[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:
StringRemarks Caution |
---|
Obsolete since Open Inventor 2023.2. This method should no longer be used. Use () method instead. |
See Also