ArcObjects Library Reference (DataSourcesRaster)  

IFrameCameraParameters.DistortionType Property

Type of Distortion.

[Visual Basic .NET]
Public Property DistortionType As esriDistortionType
[C#]
public esriDistortionType DistortionType {get; set;}
[C++]
HRESULT get_DistortionType(
  esriDistortionType* pVal
);
[C++]
HRESULT put_DistortionType(
  esriDistortionType pVal
);
[C++]

Parameters

pVal [out, retval]

  pVal is a parameter of type esriDistortionType

pVal [in]

  pVal is a parameter of type esriDistortionType

Product Availability

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

See Also

IFrameCameraParameters Interface