AGI STK Objects 11 Send comments on this topic.
Theta Property (IAgVeVOBPlaneTargetPointPositionPolar)
See Also 





Description

The angle of B vector measured in the B-plane from T vector toward R vector. Uses Angle Dimension.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_Theta();
public: __property void set_Theta(
double
);

[Unmanaged C++]
public: HRESULT get_Theta(
double * pRetVal
);
public: HRESULT put_Theta(
double NewTheta
);

[Java]
public double getTheta();public void setTheta(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1