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.InventorAssembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static IntPtr GetUnmanagedHandle(
SoNetBase base
)
Public Shared Function GetUnmanagedHandle (
base As SoNetBase
) As IntPtr
public:
static IntPtr GetUnmanagedHandle(
SoNetBase^ base
)
static member GetUnmanagedHandle :
base : SoNetBase -> IntPtr
Parameters
- base
- Type: OIV.InventorSoNetBase
Return Value
Type:
IntPtrSee Also