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


IVRMLExporter.MoveToOrigin Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IV > IVRMLExporter Interface > IVRMLExporter.MoveToOrigin Property
ArcGIS Developer Help

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