Get the 3D Graphics properties for the transmitter.
Read-only property
[Visual Basic .NET] |
---|
Public Property VO() As IAgTransmitterVO |
[C#] |
---|
public IAgTransmitterVO VO {get;} |
[Managed C++] |
---|
public: __property IAgTransmitterVO ^ get_VO(); |
[Unmanaged C++] |
---|
public: HRESULT get_VO( IAgTransmitterVO ** ppVal ); |
[Java] |
---|
public IAgTransmitterVO getVO(); |
[Python - STK API ] |
---|
@property def VO(self) -> "IAgTransmitterVO": |