AGI AgAsHpopPlugin 11 Send comments on this topic.
IncidentDirectionCompPosPartials_Array Method (IAgAsLightReflectionResultEval)
See Also 
Frame





Description

The partial derivatives in meters^-1 of the incident direction components, expressed in the requested frame, wrt inertial position coordinates, returned as an array representing the rows of the matrix. Useful for scripting clients.

Syntax

[Visual Basic .NET]
Public Function IncidentDirectionCompPosPartials_Array( _
   ByVal Frame As AgEUtFrame _
) As System.Array

[C#]
public System.Array IncidentDirectionCompPosPartials_Array(
AgEUtFrame Frame
);

[Managed C++]
public: System::Array IncidentDirectionCompPosPartials_Array(
AgEUtFrame Frame
);

[Java]
public VariantArray incidentDirectionCompPosPartials_Array(
AgEUtFrame Frame
);

[Unmanaged C++]
public: HRESULT IncidentDirectionCompPosPartials_Array(
AgEUtFrame Frame,
SAFEARRAY ** Array
);

Parameters

Frame
Member Value Description
eUtFrameInertial 0  
eUtFrameFixed 1  
eUtFrameLVLH 2  
eUtFrameNTC 3  
eUtFrameICRF 4  
eUtFrameJ2000 5  

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1