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


IFrameCameraParameters.FocalLengthUnits 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.FocalLengthUnits Property
ArcGIS Developer Help

IFrameCameraParameters.FocalLengthUnits Property

Focal length units.

[Visual Basic .NET]
Public Property FocalLengthUnits As esriFrameCameraUnits
[C#]
public esriFrameCameraUnits FocalLengthUnits {get; set;}
[C++]
HRESULT get_FocalLengthUnits(
  esriFrameCameraUnits pVal
);
[C++]
HRESULT put_FocalLengthUnits(
  esriFrameCameraUnits* pVal
);
[C++]
Parameters
pVal [in]

pVal is a parameter of type esriFrameCameraUnits pVal [out, retval]
pVal is a parameter of type esriFrameCameraUnits*

Product Availability

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

See Also

IFrameCameraParameters Interface