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


IRasterTypeProperties.SupportsStereo Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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