This property is deprecated. Use ConstantCoefficient on IAgScatteringPointModelConstantCoefficient instead. Gets the constant coefficient value.
Read-write property
[Visual Basic .NET] |
---|
Public Property ConstantCoefficient() As Double |
[C#] |
---|
public double ConstantCoefficient {get; set;} |
[Managed C++] |
---|
public: __property double get_ConstantCoefficient(); |
[Unmanaged C++] |
---|
public: HRESULT get_ConstantCoefficient( double * pVal ); public: HRESULT put_ConstantCoefficient( double val ); |
[Java] |
---|
public double getConstantCoefficient(); public void setConstantCoefficient( double ); |