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


IStereoCamera.IsStereoSupported Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IS > IStereoCamera Interface > IStereoCamera.IsStereoSupported Property
ArcGIS Developer Help

IStereoCamera.IsStereoSupported Property

Indicates if stereo is supported.

[Visual Basic .NET]
Public ReadOnly Property IsStereoSupported As Boolean
[C#]
public bool IsStereoSupported {get;}
[C++]
HRESULT get_IsStereoSupported(
  Boolean* pbStereo
);
[C++]
Parameters
pbStereo [out, retval]

pbStereo is a parameter of type bool*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

IStereoCamera Interface