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