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 * pThetaAngle
);
public: HRESULT put_ThetaAngle(
    VARIANT thetaAngle
);
[Java]
public VARIANT getThetaAngle();
public void setThetaAngle(
    VARIANT
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.