Specify a direction vector to be used in conjunction with the position vector from the selected central body to the reference point to define a plane in which the line will lie.
Read-only property
[Visual Basic .NET] |
---|
Public Property DirectionVector() As IAgCrdnVectorRefTo |
[C#] |
---|
public IAgCrdnVectorRefTo DirectionVector {get;} |
[Managed C++] |
---|
public: __property IAgCrdnVectorRefTo ^ get_DirectionVector(); |
[Unmanaged C++] |
---|
public: HRESULT get_DirectionVector( IAgCrdnVectorRefTo ** ppRetVal ); |
[Java] |
---|
public IAgCrdnVectorRefTo getDirectionVector(); |
[Python - STK API ] |
---|
@property def DirectionVector(self) -> "IAgCrdnVectorRefTo": |