AGI AgAsHpopPlugin 11 Send comments on this topic.
IncidentDirection_Array Method (IAgAsLightReflectionResult)
See Also 
Frame
Windows






Windows & Linux

Description

Incident light direction (unitless) on the body, in the requested frame, returned as an array representing x, y, z. Useful for scripting clients.

Syntax

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

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

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

[Java]
public VariantArray incidentDirection_Array(
AgEUtFrame Frame
);

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

Parameters

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

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface