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