This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IV > IVRMLExporter Interface > IVRMLExporter.MoveToOrigin Property (ArcObjects .NET 10.4 SDK) |
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