CogMarshal SafeArrayToManagedArray Method (IntPtr, Boolean,  Double  )Cognex VisionPro 9.10

Namespace: Cognex.VisionPro.Implementation
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 79.0.0.0
Syntax

public static void SafeArrayToManagedArray(
	IntPtr pSafeArray,
	bool freeArray,
	out double[] result
)

Parameters

pSafeArray
Type: System IntPtr
freeArray
Type: System Boolean
result
Type:  System Double  
See Also