Click or drag to resize
SoNetBaseGetUnmanagedHandle Method
Convenient method to get the address of the managed C++ object. This is useful to retrieve the native C++ object pointer.

Namespace: OIV.Inventor
Assembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public static IntPtr GetUnmanagedHandle(
	SoNetBase base
)

Parameters

base
Type: OIV.InventorSoNetBase

Return Value

Type: IntPtr
See Also