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