Sets the partial derivatives of the components of reflectance (expressed in the specified frame) wrt the registered parameter specified by Index. Uses internal units.
[Visual Basic .NET] |
---|
Public Sub SetReflectanceParamPartials( _ ByVal Index As Integer, _ ByVal Frame As AgEUtFrame, _ ByVal ReflectXwrtParam As Double, _ ByVal ReflectYwrtParam As Double, _ ByVal ReflectZwrtParam As Double _ ) |
[C#] |
---|
public void SetReflectanceParamPartials( int Index, AgEUtFrame Frame, double ReflectXwrtParam, double ReflectYwrtParam, double ReflectZwrtParam ); |
[Managed C++] |
---|
public: void SetReflectanceParamPartials( int Index, AgEUtFrame Frame, double ReflectXwrtParam, double ReflectYwrtParam, double ReflectZwrtParam ); |
[Unmanaged C++] |
---|
public: HRESULT SetReflectanceParamPartials( long Index, AgEUtFrame Frame, double ReflectXwrtParam, double ReflectYwrtParam, double ReflectZwrtParam ); |
[Java] |
---|
public void setReflectanceParamPartials( int Index, AgEUtFrame Frame, double ReflectXwrtParam, double ReflectYwrtParam, double ReflectZwrtParam ); |
[Python - STK API ![]() |
---|
def SetReflectanceParamPartials(self, Index:int, Frame:"AgEUtFrame", ReflectXwrtParam:float, ReflectYwrtParam:float, ReflectZwrtParam:float) -> None: |
- Index
- Frame
- ReflectXwrtParam
- ReflectYwrtParam
- ReflectZwrtParam