Get all three Cartesian components of the DeltaV vector as an array (dimension: SmallDistance/Time).
[Visual Basic .NET] |
---|
Public Function QueryCartesian() As System.Array |
[C#] |
---|
public System.Array QueryCartesian(); |
[Managed C++] |
---|
public: System::Array QueryCartesian(); |
[Unmanaged C++] |
---|
public: HRESULT QueryCartesian( SAFEARRAY * * ppRetVal ); |
[Java] |
---|
public AgSafeArray queryCartesian(); |