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