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


IVRMLExporter.MoveToOrigin Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (3DAnalyst)  

IVRMLExporter.MoveToOrigin Property

Indicates if the origin of the coordinate system is in the middle of the scene.

[Visual Basic .NET]
Public Property MoveToOrigin As Boolean
[C#]
public bool MoveToOrigin {get; set;}
[C++]
HRESULT get_MoveToOrigin(
  VARIANT_BOOL pbMoveToOrigin
);
[C++]
HRESULT put_MoveToOrigin(
  Boolean* pbMoveToOrigin
);
[C++]

Parameters pbMoveToOrigin [in]
pbMoveToOrigin is a parameter of type bool pbMoveToOrigin [out, retval]
pbMoveToOrigin is a parameter of type bool*

Product Availability

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

See Also

IVRMLExporter Interface