Description
The partial derivatives in seconds/meter of the incident direction body components wrt inertial velocity coordinates, returned as an array representing the rows of the matrix. Useful for scripting clients.
Syntax
[Visual Basic .NET] |
---|
Public Function IncidentDirectionBodyCompVelPartials_Array() As System.Array
|
[C#] |
---|
public System.Array IncidentDirectionBodyCompVelPartials_Array();
|
[Managed C++] |
---|
public: System::Array IncidentDirectionBodyCompVelPartials_Array();
|
[Unmanaged C++] |
---|
public: HRESULT IncidentDirectionBodyCompVelPartials_Array(
SAFEARRAY * * pArray
);
|
[Java] |
---|
public AgSafeArray incidentDirectionBodyCompVelPartials_Array();
|
See Also