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


IMosaicFunctionArguments.StereoTable Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMosaicFunctionArguments Interface > IMosaicFunctionArguments.StereoTable Property
ArcGIS Developer Help

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(
  IUnknown Pointer* ppStereoTable
);
[C++]
HRESULT putref_StereoTable(
  LPUNKNOWN ppStereoTable
);
[C++]
Parameters
ppStereoTable [out, retval]

ppStereoTable is a parameter of type IUnknown* ppStereoTable [in]
ppStereoTable is a parameter of type IUnknown

Product Availability

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

See Also

IMosaicFunctionArguments Interface