ArcObjects Library Reference (3DAnalyst)  

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