ArcObjects Library Reference (3DAnalyst)  

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(
  VARIANT_BOOL* pbStereo
);
[C++]

Parameters

pbStereo [out, retval]   pbStereo is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IStereoCamera Interface