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


IBuilderItem.StereoPairs Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IB > IBuilderItem Interface > IBuilderItem.StereoPairs Property
ArcGIS Developer Help

IBuilderItem.StereoPairs Property

The stereo IDs of all items that can be paired with this builder item.

[Visual Basic .NET]
Public Property StereoPairs As IStringArray
[C#]
public IStringArray StereoPairs {get; set;}
[C++]
HRESULT get_StereoPairs(
  IStringArray* ppStereoPairs
);
[C++]
HRESULT putref_StereoPairs(
  IStringArray** ppStereoPairs
);
[C++]
Parameters
ppStereoPairs [in]

ppStereoPairs is a parameter of type IStringArray* ppStereoPairs [out, retval]
ppStereoPairs is a parameter of type IStringArray**

Product Availability

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

See Also

IBuilderItem Interface