Gets or sets the antenna orientation.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property EmbeddedModelOrientation() As IAgOrientation |
| [C#] |
|---|
public IAgOrientation EmbeddedModelOrientation {get; set;} |
| [Managed C++] |
|---|
public: __property IAgOrientation ^ get_EmbeddedModelOrientation(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgOrientation getEmbeddedModelOrientation(); public void setEmbeddedModelOrientation( IAgOrientation ); |
[Python - STK API ] |
|---|
@property def EmbeddedModelOrientation(self) -> "IAgOrientation": @EmbeddedModelOrientation.setter def EmbeddedModelOrientation(self, pOrientation:"IAgOrientation") -> None: |






