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


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

IStereoCamera.Parallax Property

Parallax.

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

pParallax is a parameter of type double* pParallax [in]
pParallax 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