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


ICamera.SetCoordOrigin Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (3DAnalyst)  

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