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


IBuilderItem.StereoPairs Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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 [out, retval]
ppStereoPairs is a parameter of type IStringArray ppStereoPairs [in]
ppStereoPairs is a parameter of type IStringArray

Product Availability

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

See Also

IBuilderItem Interface