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


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

IFrameCameraParameters.FocalLength Property

Camera focal length.

[Visual Basic .NET]
Public Property FocalLength As Double
[C#]
public double FocalLength {get; set;}
[C++]
HRESULT get_FocalLength(
  double pFocalLength
);
[C++]
HRESULT put_FocalLength(
  System.Double* pFocalLength
);
[C++]
Parameters
pFocalLength [in]

pFocalLength is a parameter of type double pFocalLength [out, retval]
pFocalLength is a parameter of type double*

Product Availability

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

See Also

IFrameCameraParameters Interface