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


IStereoCamera.StereoViewType Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (3DAnalyst)  

IStereoCamera.StereoViewType Property

The type of stereo view.

[Visual Basic .NET]
Public Property StereoViewType As esriStereoViewType
[C#]
public esriStereoViewType StereoViewType {get; set;}
[C++]
HRESULT get_StereoViewType(
  esriStereoViewType* pType
);
[C++]
HRESULT put_StereoViewType(
  esriStereoViewType pType
);
[C++]

Parameters pType [out, retval]
pType is a parameter of type esriStereoViewType pType [in]
pType is a parameter of type esriStereoViewType

Product Availability

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

See Also

IStereoCamera Interface