This document is archived and information here might be outdated. Recommended version. |
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*