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


ICoordinateXform3.ProjectPixelBlock3D Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

ICoordinateXform3.ProjectPixelBlock3D Method

.

[Visual Basic .NET]
Public Sub ProjectPixelBlock3D ( _
    ByRef pBlockPoints As WKSPoint, _
    ByVal npoints As Integer, _
    ByVal pSrcSR As ISpatialReference, _
    ByVal pDstSR As ISpatialReference, _
    ByVal pPixelBlock As IPixelBlock _
)
[C#]
public void ProjectPixelBlock3D (
    ref WKSPoint pBlockPoints,
    ref int npoints,
    ref ISpatialReference pSrcSR,
    ref ISpatialReference pDstSR,
    ref IPixelBlock pPixelBlock
);
[C++]
HRESULT ProjectPixelBlock3D(
  WKSPoint* pBlockPoints,
  long npoints,
  ISpatialReference* pSrcSR,
  ISpatialReference* pDstSR,
  IPixelBlock* pPixelBlock
);
[C++]

Parameters pBlockPoints [in]
pBlockPoints is a parameter of type WKSPoint* npoints [in]
npoints is a parameter of type long pSrcSR [in]
pSrcSR is a parameter of type ISpatialReference* pDstSR [in]
pDstSR is a parameter of type ISpatialReference* pPixelBlock [in, out]
pPixelBlock is a parameter of type IPixelBlock*

Product Availability

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

See Also

ICoordinateXform3 Interface