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