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


IRasterTypeProperties.SupportsStereo Property (ArcObjects .NET 10.5 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(
  VARIANT_BOOL pbSupportsStereo
);
[C++]

Parameters pbSupportsStereo [out, retval] pbSupportsStereo is a parameter of type VARIANT_BOOL pbSupportsStereo [in] pbSupportsStereo is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IRasterTypeProperties Interface