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


ICamera.SetCoordOrigin Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IC > ICamera Interface > ICamera.SetCoordOrigin Method
ArcGIS Developer Help

ICamera.SetCoordOrigin Method

Adapts the camera to the internal coordinate system of scene graph.

[Visual Basic .NET]
Public Sub SetCoordOrigin ( _
    ByVal xOrig As Double, _
    ByVal yOrig As Double, _
    ByVal zOrig As Double _
)
[C#]
public void SetCoordOrigin (
    double xOrig,
    double yOrig,
    double zOrig
);
[C++]
HRESULT SetCoordOrigin(
  double xOrig,
  double yOrig,
  double zOrig
);
[C++]
Parameters
xOrig [in]

xOrig is a parameter of type double yOrig [in]
yOrig is a parameter of type double zOrig [in]
zOrig is a parameter of type double

Product Availability

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

See Also

ICamera Interface