AGI STK Objects 11 Send comments on this topic.
ConstantCoefficient Property (IAgRadarClutterMapModelConstantCoefficient)
See Also 





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 * pRetVal
);
public: HRESULT put_ConstantCoefficient(
double NewConstantCoefficient
);

[Java]
public double getConstantCoefficient();public void setConstantCoefficient(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1