STK ObjectsSend comments on this topic.
ConstantCoefficient Property (IAgScatteringPointModelConstantCoefficient)
See Also
Windows





Windows & Linux

Description

Gets the constant coefficient value.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ConstantCoefficient() As Double
[C#]
public double ConstantCoefficient {get; set;}
[Managed C++]
public: __property double get_ConstantCoefficient();
public: __property void set_ConstantCoefficient( double );
[Unmanaged C++]
public: HRESULT get_ConstantCoefficient(
    double * pVal
);
public: HRESULT put_ConstantCoefficient(
    double val
);
[Java]
public double getConstantCoefficient();
public void setConstantCoefficient(
    double
);
[Python - STK API ]
@property
def ConstantCoefficient(self) -> float:

@ConstantCoefficient.setter
def ConstantCoefficient(self, val:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.