This document is archived and information here might be outdated. Recommended version. |
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 [in]
ppCameraTable is a parameter of type ITable* ppCameraTable [out, retval]
ppCameraTable is a parameter of type ITable**