AGI STK Objects 11 Send comments on this topic.
EmbeddedModelOrientation Property (IAgAntennaControl)
See Also 





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 * pNewEmbeddedModelOrientation
);

[Java]
public IAgOrientation getEmbeddedModelOrientation();public void setEmbeddedModelOrientation(
IAgOrientation
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1