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


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

IStereoCamera.EyeSeparation Property

Eye separation.

[Visual Basic .NET]
Public Property EyeSeparation As Double
[C#]
public double EyeSeparation {get; set;}
[C++]
HRESULT get_EyeSeparation(
  System.Double* EyeSeparation
);
[C++]
HRESULT put_EyeSeparation(
  double EyeSeparation
);
[C++]
Parameters
EyeSeparation [out, retval]

EyeSeparation is a parameter of type double* EyeSeparation [in]
EyeSeparation is a parameter of type double

Product Availability

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

See Also

IStereoCamera Interface