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


IStereoCamera.EyeType 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.EyeType Property
ArcGIS Developer Help

IStereoCamera.EyeType Property

Eye view.

[Visual Basic .NET]
Public Property EyeType As esriEyeType
[C#]
public esriEyeType EyeType {get; set;}
[C++]
HRESULT get_EyeType(
  esriEyeType* pType
);
[C++]
HRESULT put_EyeType(
  esriEyeType pType
);
[C++]
Parameters
pType [out, retval]

pType is a parameter of type esriEyeType* pType [in]
pType is a parameter of type esriEyeType

Product Availability

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

See Also

IStereoCamera Interface