ArcObjects Library Reference (DataSourcesRaster)  

IMosaicDataset.StereoTable Property

The associated stereo table.

[Visual Basic .NET]
Public ReadOnly Property StereoTable As ITable
[C#]
public ITable StereoTable {get;}
[C++]
HRESULT get_StereoTable(
  ITable** ppStereoTable
);
[C++]

Parameters

ppStereoTable [out, retval]

  ppStereoTable is a parameter of type ITable

Product Availability

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

See Also

IMosaicDataset Interface