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


IBuilderItem.StereoID Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IBuilderItem.StereoID Property

The stereo ID associated with this builder item.

[Visual Basic .NET]
Public Property StereoID As String
[C#]
public string StereoID {get; set;}
[C++]
HRESULT get_StereoID(
  BSTR* pStereoID
);
[C++]
HRESULT put_StereoID(
  BSTR pStereoID
);
[C++]

Parameters pStereoID [out, retval] pStereoID is a parameter of type BSTR pStereoID [in] pStereoID is a parameter of type BSTR

Product Availability

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

See Also

IBuilderItem Interface