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






Windows & Linux

Description

Gets or sets the start value.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_StartValue();
public: __property void set_StartValue(
double
);

[Unmanaged C++]
public: HRESULT get_StartValue(
double * pRetVal
);
public: HRESULT put_StartValue(
double NewStartValue
);

[Java]
public double getStartValue();public void setStartValue(
double
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface