The vector velocity.
Read-only property
[Visual Basic .NET] |
---|
Public Property Velocity() As IAgCartesian3Vector |
[C#] |
---|
public IAgCartesian3Vector Velocity {get;} |
[Managed C++] |
---|
public: __property IAgCartesian3Vector ^ get_Velocity(); |
[Unmanaged C++] |
---|
public: HRESULT get_Velocity( IAgCartesian3Vector ** ppRetVal ); |
[Java] |
---|
public IAgCartesian3Vector getVelocity(); |
[Python - STK API ] |
---|
@property def Velocity(self) -> "IAgCartesian3Vector": |