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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.