AGI STK Objects 11 Send comments on this topic.
RotateFromNorth Property (IAgMtoVOMarker)
See Also 
Windows






Windows & Linux

Description

Opt whether to set the rotation angle relative to north. (By default, the rotation angle is relative to the screen.)

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property RotateFromNorth() As Boolean

[C#]
public bool RotateFromNorth {get; set;}

[Managed C++]
public: __property bool get_RotateFromNorth();
public: __property void set_RotateFromNorth(
bool
);

[Unmanaged C++]
public: HRESULT get_RotateFromNorth(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_RotateFromNorth(
VARIANT_BOOL NewRotateFromNorth
);

[Java]
public bool getRotateFromNorth();public void setRotateFromNorth(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface