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


IFrameXform.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 > IFrameXform Interface > IFrameXform.FocalLength Property
ArcGIS Developer Help

IFrameXform.FocalLength Property

The focal length in micron.

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

length is a parameter of type double* length [in]
length is a parameter of type double

Product Availability

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

See Also

IFrameXform Interface