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(
  VARIANT_BOOL pbMoveToOrigin
);
[C++]

Parameters

pbMoveToOrigin [out, retval]   pbMoveToOrigin is a parameter of type VARIANT_BOOL pbMoveToOrigin [in]   pbMoveToOrigin is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IVRMLExporter Interface