STK ObjectsSend comments on this topic.
EmbeddedModelOrientation Property (IAgAntennaControl)
See Also
Windows





Windows & Linux

Description

Gets or sets the antenna orientation.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property EmbeddedModelOrientation() As IAgOrientation
[C#]
public IAgOrientation EmbeddedModelOrientation {get; set;}
[Managed C++]
public: __property IAgOrientation ^ get_EmbeddedModelOrientation();
public: __property void set_EmbeddedModelOrientation( IAgOrientation );
[Unmanaged C++]
public: HRESULT get_EmbeddedModelOrientation(
    IAgOrientation ** ppRetVal
);
public: HRESULT put_EmbeddedModelOrientation(
    IAgOrientation pOrientation
);
[Java]
public IAgOrientation getEmbeddedModelOrientation();
public void setEmbeddedModelOrientation(
    IAgOrientation
);
[Python - STK API ]
@property
def EmbeddedModelOrientation(self) -> "IAgOrientation":

@EmbeddedModelOrientation.setter
def EmbeddedModelOrientation(self, pOrientation:"IAgOrientation") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.