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


IRasterTypeProperties.SupportsStereo Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterTypeProperties Interface > IRasterTypeProperties.SupportsStereo Property
ArcGIS Developer Help

IRasterTypeProperties.SupportsStereo Property

Indicates whether the raster type supports stereo.

[Visual Basic .NET]
Public Property SupportsStereo As Boolean
[C#]
public bool SupportsStereo {get; set;}
[C++]
HRESULT get_SupportsStereo(
  VARIANT_BOOL pbSupportsStereo
);
[C++]
HRESULT put_SupportsStereo(
  Boolean* pbSupportsStereo
);
[C++]
Parameters
pbSupportsStereo [in]

pbSupportsStereo is a parameter of type bool pbSupportsStereo [out, retval]
pbSupportsStereo is a parameter of type bool*

Product Availability

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

See Also

IRasterTypeProperties Interface