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