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


IFrameXform.EnableKonrady Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IF > IFrameXform Interface > IFrameXform.EnableKonrady Property
ArcGIS Developer Help

IFrameXform.EnableKonrady Property

Indicates if the Konrady adjustment to be applied.

[Visual Basic .NET]
Public Property EnableKonrady As Boolean
[C#]
public bool EnableKonrady {get; set;}
[C++]
HRESULT get_EnableKonrady(
  Boolean* pK
);
[C++]
HRESULT put_EnableKonrady(
  VARIANT_BOOL pK
);
[C++]
Parameters
pK [out, retval]

pK is a parameter of type bool* pK [in]
pK is a parameter of type bool

Product Availability

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

See Also

IFrameXform Interface