AGI STK Objects 11 Send comments on this topic.
ConstantValue Property (IAgRadarCrossSectionComputeStrategyConstantValue)
See Also 





Description

Gets or sets the constant RCS value.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ConstantValue() As Double

[C#]
public double ConstantValue {get; set;}

[Managed C++]
public: __property double get_ConstantValue();
public: __property void set_ConstantValue(
double
);

[Unmanaged C++]
public: HRESULT get_ConstantValue(
double * pRetVal
);
public: HRESULT put_ConstantValue(
double NewConstantValue
);

[Java]
public double getConstantValue();public void setConstantValue(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1