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


ICoordinateXform3.ApproxiPixelValuePoly Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

ICoordinateXform3.ApproxiPixelValuePoly Property

.

[Visual Basic .NET]
Public Property ApproxiPixelValuePoly As IDoubleArray
[C#]
public IDoubleArray ApproxiPixelValuePoly {get; set;}
[C++]
HRESULT get_ApproxiPixelValuePoly(
  IDoubleArray* ppPoly
);
[C++]
HRESULT put_ApproxiPixelValuePoly(
  IDoubleArray** ppPoly
);
[C++]

Parameters ppPoly [in]
ppPoly is a parameter of type IDoubleArray* ppPoly [out, retval]
ppPoly is a parameter of type IDoubleArray**

Product Availability

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

See Also

ICoordinateXform3 Interface