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






Windows & Linux

Description

Theta value (polar). 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

© 2018 Analytical Graphics, Inc. All Rights Reserved.