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