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






Windows & Linux

Description

Amplitude, the transparent/opaque ratio of the pulses. Dimensionless.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Amplitude() As Double
[C#]
public double Amplitude {get; set;}
[Managed C++]
public: __property double get_Amplitude();
public: __property void set_Amplitude(
   double
);
[Unmanaged C++]
public: HRESULT get_Amplitude(
   double * pRetVal
);
public: HRESULT put_Amplitude(
   double NewAmplitude
);
[Java]
public double getAmplitude();public void setAmplitude(
   double
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.