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






Windows & Linux

Description

Gets or sets the theta angle.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ThetaAngle() As System.Object
[C#]
public System.Object ThetaAngle {get; set;}
[Managed C++]
public: __property VARIANT get_ThetaAngle();
public: __property void set_ThetaAngle(
   VARIANT
);
[Unmanaged C++]
public: HRESULT get_ThetaAngle(
   VARIANT * pRetVal
);
public: HRESULT put_ThetaAngle(
   VARIANT NewThetaAngle
);
[Java]
public Variant getThetaAngle();public void setThetaAngle(
   Variant
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.