NodeMapFromHandle Method (IntPtr)

CVB.Net Documentation
Create a NodeMap from a native handle.

Namespace:  Stemmer.Cvb.GenApi
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public static NodeMap FromHandle(
	IntPtr nativeHandle
)

Parameters

nativeHandle
Type: SystemIntPtr
handle to create the naode map from.

Return Value

Type: NodeMap
Newly created node map or null of no node map could be created.
Remarks

Note that this function is not intended for general use. Providing invalid values on the nativeHandle parameter will most likely lead to severe problems in your application.
See Also

Reference