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