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