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


IFrameCameraBuilder.CameraTable Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IFrameCameraBuilder.CameraTable Property

The table containing camera information associated with the frames processsed by the raster builder.

[Visual Basic .NET]
Public Property CameraTable As ITable
[C#]
public ITable CameraTable {get; set;}
[C++]
HRESULT get_CameraTable(
  ITable** ppCameraTable
);
[C++]
HRESULT putref_CameraTable(
  ITable* ppCameraTable
);
[C++]

Parameters ppCameraTable [out, retval]
ppCameraTable is a parameter of type ITable ppCameraTable [in]
ppCameraTable is a parameter of type ITable

Product Availability

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

See Also

IFrameCameraBuilder Interface