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


ICoordinateXform3.ApproxiPixelValuePoly Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IC > ICoordinateXform3 Interface > ICoordinateXform3.ApproxiPixelValuePoly Property
ArcGIS Developer Help

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