Specify a vector around which the the reference vector is revolved.
Read-only property
[Visual Basic .NET] |
---|
Public Property AboutVector() As IAgCrdnVectorRefTo |
[C#] |
---|
public IAgCrdnVectorRefTo AboutVector {get;} |
[Managed C++] |
---|
public: __property IAgCrdnVectorRefTo ^ get_AboutVector(); |
[Unmanaged C++] |
---|
public: HRESULT get_AboutVector( IAgCrdnVectorRefTo ** ppRetVal ); |
[Java] |
---|
public IAgCrdnVectorRefTo getAboutVector(); |
[Python - STK API ] |
---|
@property def AboutVector(self) -> "IAgCrdnVectorRefTo": |