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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1