AGI AgAsHpopPlugin 11 Send comments on this topic.
SetReflectance Method (IAgAsLightReflectionResultEval)
See Also 
Frame
X
Y
Z





Description

Sets the reflectance (units of m^2) in components of the specified frame.

Syntax

[Visual Basic .NET]
Public Sub SetReflectance( _
   ByVal Frame As AgEUtFrame, _
   ByVal X As Double, _
   ByVal Y As Double, _
   ByVal Z As Double _
) 

[C#]
public void SetReflectance(
AgEUtFrame Frame,
double X,
double Y,
double Z
);

[Managed C++]
public: void SetReflectance(
AgEUtFrame Frame,
double X,
double Y,
double Z
);

[Java]
public  setReflectance(
AgEUtFrame Frame,
double X,
double Y,
double Z
);

[Unmanaged C++]
public: HRESULT SetReflectance(
AgEUtFrame Frame,
double X,
double Y,
double Z
);

Parameters

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

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1