SoByteStreamUnconvert Method (SbNativeByteArray) |
Note: This API is now obsolete.
See documentation for more details.
Returns reference to data.
Namespace: OIV.Inventor.MiscAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[ObsoleteAttribute("Use generic version instead")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public static SoPathList Unconvert(
SbNativeByteArray data
)
<ObsoleteAttribute("Use generic version instead")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Shared Function Unconvert (
data As SbNativeByteArray
) As SoPathList
public:
[ObsoleteAttribute(L"Use generic version instead")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
static SoPathList^ Unconvert(
SbNativeByteArray^ data
)
[<ObsoleteAttribute("Use generic version instead")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
static member Unconvert :
data : SbNativeByteArray -> SoPathList
Parameters
- data
- Type: OIV.InventorSbNativeByteArray
Return Value
Type:
SoPathList
See Also