This document is archived and information here might be outdated.  Recommended version.


IPixelBlock2.SafeArrayByRef Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IP > IPixelBlock2 Interface > IPixelBlock2.SafeArrayByRef Property
ArcGIS Developer Help

IPixelBlock2.SafeArrayByRef Property

A variant SafeArray of pixels for a specified plane.

[Visual Basic .NET]
Public Function get_SafeArrayByRef ( _
    ByVal plane As Integer _
) As Object
[C#]
public object get_SafeArrayByRef (
    int plane
);
[C++]
HRESULT get_SafeArrayByRef(
  long plane,
  Variant* pVal
);
[C++]
Parameters
plane [in]

plane is a parameter of type long pVal [out, retval]
pVal is a parameter of type VARIANT*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IPixelBlock2 Interface