AGI STK VGT 11 Send comments on this topic.
RotationOffset Property (IAgCrdnPlaneTriad)
See Also 
Windows






Windows & Linux

Description

Specify an angle measured from X (Axis 1) away from Y (Axis 2).

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property RotationOffset() As Double

[C#]
public double RotationOffset {get; set;}

[Managed C++]
public: __property double get_RotationOffset();
public: __property void set_RotationOffset(
double
);

[Unmanaged C++]
public: HRESULT get_RotationOffset(
double * pRetVal
);
public: HRESULT put_RotationOffset(
double NewRotationOffset
);

[Java]
public double getRotationOffset();public void setRotationOffset(
double
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface