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





Description

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

Syntax

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

[C#]
public void SetReflectanceInBody(
double X,
double Y,
double Z
);

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

[Java]
public  setReflectanceInBody(
double X,
double Y,
double Z
);

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

Parameters

X
Y
Z

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1