This document is archived and information here might be outdated. Recommended version. |
.
[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*