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