Opt whether to set the rotation angle relative to north. (By default, the rotation angle is relative to the screen.).
Read-write property
[Visual Basic .NET] |
---|
Public Property RotateFromNorth() As Boolean |
[C#] |
---|
public bool RotateFromNorth {get; set;} |
[Managed C++] |
---|
public: __property bool get_RotateFromNorth(); |
[Unmanaged C++] |
---|
public: HRESULT get_RotateFromNorth( VARIANT_BOOL * pVal ); public: HRESULT put_RotateFromNorth( VARIANT_BOOL RotateFromNorth ); |
[Java] |
---|
public bool getRotateFromNorth(); public void setRotateFromNorth( bool ); |