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


IFrameXform.EnableKonrady Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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(
  VARIANT_BOOL* pK
);
[C++]
HRESULT put_EnableKonrady(
  VARIANT_BOOL pK
);
[C++]

Parameters pK [out, retval] pK is a parameter of type VARIANT_BOOL pK [in] pK is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IFrameXform Interface