The vector the angle is rotated about.
Read-only property
[Visual Basic .NET] |
---|
Public Property VectorAbout() As IAgCartesian3Vector |
[C#] |
---|
public IAgCartesian3Vector VectorAbout {get;} |
[Managed C++] |
---|
public: __property IAgCartesian3Vector ^ get_VectorAbout(); |
[Unmanaged C++] |
---|
public: HRESULT get_VectorAbout( IAgCartesian3Vector ** ppRetVal ); |
[Java] |
---|
public IAgCartesian3Vector getVectorAbout(); |
[Python - STK API ] |
---|
@property def VectorAbout(self) -> "IAgCartesian3Vector": |