AGI STK Objects 11Send comments on this topic.
ConstantCoefficient Property (IAgRadarClutterMapModelConstantCoefficient)
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
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.