ArcObjects Library Reference (DataSourcesRaster)  

IMosaicFunctionArguments.StereoTable Property

The stereo pair table.

[Visual Basic .NET]
Public Property StereoTable As Object
[C#]
public object StereoTable {get; set;}
[C++]
HRESULT get_StereoTable(
  LPUNKNOWN* ppStereoTable
);
[C++]
HRESULT putref_StereoTable(
  LPUNKNOWN ppStereoTable
);
[C++]

Parameters

ppStereoTable [out, retval]   ppStereoTable is a parameter of type LPUNKNOWN ppStereoTable [in]   ppStereoTable is a parameter of type LPUNKNOWN

Product Availability

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

See Also

IMosaicFunctionArguments Interface