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