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