STK ObjectsSend comments on this topic.
PhiAngle Property (IAgAntennaModelRectangularPattern)
See Also
Windows





Windows & Linux

Description

Gets or sets the phi angle.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property PhiAngle() As System.Object
[C#]
public System.Object PhiAngle {get; set;}
[Managed C++]
public: __property VARIANT get_PhiAngle();
public: __property void set_PhiAngle( VARIANT );
[Unmanaged C++]
public: HRESULT get_PhiAngle(
    VARIANT * pPhiAngle
);
public: HRESULT put_PhiAngle(
    VARIANT phiAngle
);
[Java]
public AgVariant getPhiAngle();
public void setPhiAngle(
    AgVariant
);
[Python - STK API ]
@property
def PhiAngle(self) -> typing.Any:

@PhiAngle.setter
def PhiAngle(self, phiAngle:typing.Any) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.