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