A pointer to an array of pixels for a specified plane.
[Visual Basic 6.0] Property PixelDataByRef(
ByVal plane As Long _
) As Variant
[Visual Basic .NET] Public Function get_PixelDataByRef ( _ ByVal plane As Integer _ ) As Object
[C#] public object get_PixelDataByRef ( int plane );
[Java] public Object getPixelDataByRef ( Long plane )
[C++]
HRESULT get_PixelDataByRef(
long plane,
VARIANT* pVal
);
Parameters
plane [in]
plane is a parameter of type long
pVal [out, retval]
pVal is a parameter of type VARIANT
The PixelDataByRef property returns an array of pixel values of a specified raster band by reference.