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


IFrameXform.KonradyType Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IFrameXform.KonradyType Property

The Konrady calculation method.

[Visual Basic .NET]
Public Property KonradyType As esriRasterKonradyType
[C#]
public esriRasterKonradyType KonradyType {get; set;}
[C++]
HRESULT get_KonradyType(
  esriRasterKonradyType* pType
);
[C++]
HRESULT put_KonradyType(
  esriRasterKonradyType pType
);
[C++]

Parameters pType [out, retval]
pType is a parameter of type esriRasterKonradyType pType [in]
pType is a parameter of type esriRasterKonradyType

Product Availability

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

See Also

IFrameXform Interface